From 3593ee734f38ded476eb177fa78710ec1d736041 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Mon, 6 Aug 2007 14:40:52 +0000 Subject: 20070806-1539 --- module/lists.m | 1 + 1 file changed, 1 insertion(+) (limited to 'module/lists.m') 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; -- cgit v1.2.3