]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/documents/documents.factor
Cleaning up USING: lists for new strict semantics
[factor.git] / basis / documents / documents.factor
index 451c91277974fec8bcbd5813d79b5aadc4a202d9..104dea6b98a4942076447b421b74e963d8655e26 100644 (file)
@@ -3,6 +3,7 @@
 USING: accessors arrays io kernel math models namespaces make
 sequences strings splitting combinators unicode.categories
 math.order math.ranges fry locals ;
+FROM: models => change-model ;
 IN: documents
 
 : +col ( loc n -- newloc ) [ first2 ] dip + 2array ;