Changeset 14021 in project
- Timestamp:
- 03/31/09 23:27:29 (12 years ago)
- Location:
- release/4/combinators/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/combinators/trunk/logical-combinators.scm
r14018 r14021 14 14 andf orf) 15 15 16 (import scheme chicken srfi-1)16 (import scheme chicken data-structures srfi-1) 17 17 18 18 ;; Eager 'or' & 'and' -
release/4/combinators/trunk/stack-combinators.scm
r14020 r14021 10 10 11 11 (module stack-combinators (;export 12 uni uni2 uni3 uni@12 uni uni2 uni3 #;uni@ 13 13 bi bi2 bi3 bi@ 14 14 tri tri2 tri3 tri@
Note: See TracChangeset
for help on using the changeset viewer.