diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-08-06 14:40:52 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-08-06 14:40:52 +0000 |
| commit | 3593ee734f38ded476eb177fa78710ec1d736041 (patch) | |
| tree | 5b8204a74e9ed31f26e286a95bf91cf7af68c149 /module | |
| parent | d512a949c6449d8b38b5d49a17efa6414c75f753 (diff) | |
20070806-1539
Diffstat (limited to 'module')
| -rw-r--r-- | module/lists.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/lists.m b/module/lists.m index 242c9bf6..5c0678ff 100644 --- a/module/lists.m +++ b/module/lists.m @@ -1,5 +1,6 @@ Lists: module { + PATH: con "/dis/lib/lists.dis"; map: fn[T](f: ref fn(x: T): T, l: list of T): list of T; allsat: fn[T](p: ref fn(x: T): int, l: list of T): int; anysat: fn[T](p: ref fn(x: T): int, l: list of T): int; |
