]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/models/arrow/arrow.factor
Move call( and execute( to core
[factor.git] / basis / models / arrow / arrow.factor
index fcdfd166c5acc119f97cf2a61543e0bc9f1897d1..e0cf73c7f115560c689e49b7731c6f78d115dccb 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.\r
 ! See http://factorcode.org/license.txt for BSD license.\r
-USING: accessors models kernel call ;\r
+USING: accessors models kernel ;\r
 IN: models.arrow\r
 \r
 TUPLE: arrow < model model quot ;\r