factor/libs/lazy-lists/load.factor

16 lines
310 B
Factor
Raw Permalink Normal View History

2006-09-12 21:32:23 -04:00
! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
2006-11-28 21:57:29 -05:00
PROVIDE: libs/lazy-lists
2006-10-21 02:40:38 -04:00
{ +files+ {
"lists.factor"
2006-09-12 21:32:23 -04:00
"lists.facts"
2006-10-07 02:30:28 -04:00
"lazy.factor"
"lazy.facts"
"lazy-io.factor"
"lazy-io.facts"
"examples.factor"
2006-10-21 02:40:38 -04:00
} }
{ +tests+ {
"test/lists.factor"
2006-10-21 02:40:38 -04:00
} } ;