]> gitweb.factorcode.org Git - factor.git/commitdiff
boolean-expr: use FROM: import to suppress restarts on load
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 21 Jan 2018 22:12:20 +0000 (23:12 +0100)
committerAlexander Iljin <ajsoft@yandex.ru>
Mon, 22 Jan 2018 00:32:50 +0000 (01:32 +0100)
extra/boolean-expr/boolean-expr.factor

index fe56b27282a2b2335790b7790dc13f8a83a35c3e..41c1e493d0506557b974c8c238b9cf6b4bac7d3f 100644 (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