lists: cleanup usings.

db4
John Benediktsson 2014-09-28 17:21:04 -07:00
parent edff21ada3
commit e5925cf5ad
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2004, 2008 Chris Double, Matthew Willis, James Cash. ! Copyright (C) 2004, 2008 Chris Double, Matthew Willis, James Cash.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays combinators io kernel lists math USING: accessors arrays combinators io kernel lists math
promises quotations sequences vectors ; promises quotations sequences ;
IN: lists.lazy IN: lists.lazy
M: promise car ( promise -- car ) M: promise car ( promise -- car )

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double. ! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences accessors math arrays vectors classes words USING: accessors combinators.short-circuit kernel locals math
combinators.short-circuit combinators locals summary ; sequences ;
IN: lists IN: lists
! List Protocol ! List Protocol