remove using for math.ranges
parent
09969a5fc2
commit
22cc7a66f4
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors combinators kernel math math.ranges sequences
|
USING: accessors combinators kernel math sequences
|
||||||
sets assocs prettyprint.backend make lexer namespaces parser
|
sets assocs prettyprint.backend make lexer namespaces parser
|
||||||
arrays fry regexp.backend regexp.utils regexp.parser regexp.nfa
|
arrays fry regexp.backend regexp.utils regexp.parser regexp.nfa
|
||||||
regexp.dfa regexp.traversal regexp.transition-tables ;
|
regexp.dfa regexp.traversal regexp.transition-tables ;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs combinators kernel math math.ranges
|
USING: accessors assocs combinators kernel math
|
||||||
quotations sequences regexp.parser regexp.classes fry arrays
|
quotations sequences regexp.parser regexp.classes fry arrays
|
||||||
combinators.short-circuit regexp.utils prettyprint regexp.nfa
|
combinators.short-circuit regexp.utils prettyprint regexp.nfa
|
||||||
shuffle ;
|
shuffle ;
|
||||||
|
|
Loading…
Reference in New Issue