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.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays combinators io kernel lists math
promises quotations sequences vectors ;
promises quotations sequences ;
IN: lists.lazy
M: promise car ( promise -- car )

View File

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