Changeset 39568 in project
- Timestamp:
- 01/31/21 21:21:33 (5 weeks ago)
- Location:
- release/5/list-utils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/list-utils/trunk/list-utils.egg
r39566 r39568 3 3 4 4 ((synopsis "list-utils") 5 (version "2.3. 2")5 (version "2.3.3") 6 6 (category data) 7 7 (author "Kon Lovett") -
release/5/list-utils/trunk/list-utils.scm
r39566 r39568 56 56 (define-type alist (or null (list-of pair))) 57 57 58 #; ;too strong 58 59 (: list-unique/duplicates (forall (e (s (list-of e))) (s #!optional (e e -> *) -> s s))) 59 (: list-unique (forall (e (s (list-of e))) (s #!optional (e e -> *) -> s))) 60 ;(: list-unique (forall (e (s (list-of e))) (s #!optional (e e -> *) -> s))) 61 (: list-unique/duplicates (list #!optional (* * -> *) -> list list)) 62 (: list-unique (list #!optional (* * -> *) -> list)) 60 63 (: sort-alist (alist #!optional procedure -> alist)) 61 64 (: sort-alist! (alist #!optional procedure -> void))
Note: See TracChangeset
for help on using the changeset viewer.