factor/contrib/lazy-lists/load.factor

11 lines
241 B
Factor

! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
PROVIDE: contrib/lazy-lists {
"lists.factor"
"lists.facts"
"examples.factor"
} {
"test/lists.factor"
"test/examples.factor"
} ;