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