sequences.parser: fix load error
parent
c8fd36bbdb
commit
433b8e6b6b
|
@ -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 ;
|
||||||
|
|
Loading…
Reference in New Issue