Fix extra/faq USING:
parent
a58c654361
commit
5e8bfb3d6e
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2007 Daniel Ehrenberg
|
! Copyright (C) 2007 Daniel Ehrenberg
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: xml kernel sequences xml.utilities combinators.lib
|
USING: xml kernel sequences xml.utilities combinators.lib
|
||||||
math xml.data arrays assocs xml.generator namespaces math.parser ;
|
math xml.data arrays assocs xml.generator xml.writer namespaces
|
||||||
|
math.parser io ;
|
||||||
IN: faq
|
IN: faq
|
||||||
|
|
||||||
: find-after ( seq quot -- elem after )
|
: find-after ( seq quot -- elem after )
|
||||||
|
|
Loading…
Reference in New Issue