]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/interval-maps/interval-maps.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / interval-maps / interval-maps.factor
index a62855d78fafdaeeea80e8648b06f2e96343d932..99da00ceab5fb62a62c21b16a60475ff46f99fec 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Daniel Ehrenberg.\r
 ! See http://factorcode.org/license.txt for BSD license.\r
 USING: kernel sequences arrays accessors grouping math.order\r
-sorting binary-search math assocs locals namespaces ;\r
+sorting binary-search math assocs locals namespaces make ;\r
 IN: interval-maps\r
 \r
 TUPLE: interval-map array ;\r