sequences.parser: fix load error

db4
Joe Groff 2011-11-10 12:32:52 -08:00
parent c8fd36bbdb
commit 433b8e6b6b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors circular combinators.short-circuit fry io USING: accessors circular combinators.short-circuit fry io
kernel locals math math.order sequences sorting.functor kernel locals math math.order sequences sorting.functor
sorting.slots unicode.categories ; sorting.slots unicode.categories sequences.private ;
IN: sequences.parser IN: sequences.parser
TUPLE: sequence-parser sequence n ; TUPLE: sequence-parser sequence n ;