]> gitweb.factorcode.org Git - factor.git/commitdiff
namespaces: don't need SLOT: and FROM:.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 15 Aug 2015 23:31:21 +0000 (16:31 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 15 Aug 2015 23:31:21 +0000 (16:31 -0700)
core/namespaces/namespaces.factor

index 28cbed5afaaa7ad6c5019661cefdbc9635d271ea..817900416e8e2c829194aaae72fa575607a7712e 100644 (file)
@@ -1,10 +1,7 @@
 ! Copyright (C) 2003, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays assocs hashtables kernel kernel.private math
-sequences vectors ;
-SLOT: boxes
-SLOT: value
-FROM: accessors => boxes>> value>> value<< ;
+USING: accessors arrays assocs hashtables kernel kernel.private
+math sequences vectors ;
 IN: namespaces
 
 <PRIVATE