use all of scheme/list, so the types for first and friends actually works

svn: r12006
This commit is contained in:
Eli Barzilay 2008-10-13 15:33:06 +00:00
parent fea96706f1
commit f4ae28d714

View File

@ -1,7 +1,7 @@
#lang s-exp "env-lang.ss"
(require
(only-in scheme/list cons? take drop add-between last filter-map)
scheme/list
(only-in rnrs/lists-6 fold-left)
'#%paramz
scheme/promise