boolean-expr: use FROM: import to suppress restarts on load

factor-shell
Alexander Iljin 2018-01-21 23:12:20 +01:00
parent 0453edb8bf
commit 5c92f02129
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays classes kernel sequences sets
io prettyprint multi-methods ;
io prettyprint ;
FROM: multi-methods => GENERIC: METHOD: ;
IN: boolean-expr
! Demonstrates the use of Unicode symbols in source files, and