boolean-expr: use FROM: import to suppress restarts on load
parent
0453edb8bf
commit
5c92f02129
|
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2008 Slava Pestov.
|
! Copyright (C) 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays classes kernel sequences sets
|
USING: accessors arrays classes kernel sequences sets
|
||||||
io prettyprint multi-methods ;
|
io prettyprint ;
|
||||||
|
FROM: multi-methods => GENERIC: METHOD: ;
|
||||||
IN: boolean-expr
|
IN: boolean-expr
|
||||||
|
|
||||||
! Demonstrates the use of Unicode symbols in source files, and
|
! Demonstrates the use of Unicode symbols in source files, and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue