]> gitweb.factorcode.org Git - factor.git/commitdiff
lists.factor: Added some vocab
authorkusumotonorio <47816570+kusumotonorio@users.noreply.github.com>
Sat, 15 Feb 2020 13:19:38 +0000 (22:19 +0900)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 23 Feb 2020 03:58:55 +0000 (19:58 -0800)
basis/lists/lists.factor

index fe7fa2f608e2dab948d97821fcffd926e3fe66d4..fa646ad08be191743270888fd5e77b3765483042 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors combinators.short-circuit kernel locals math
-parser sequences ;
+USING: accessors combinators combinators.short-circuit kernel
+lexer locals make math parser sequences words ;
 IN: lists
 
 ! List Protocol