]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/koszul/koszul.factor
disambiguate namespaces:set and sets:set.
[factor.git] / extra / koszul / koszul.factor
index d5762a01cff3eab007468379d27d051899a529a7..e61286c10e2559f96c5c6db3a29dfc220b0c673f 100644 (file)
@@ -25,7 +25,7 @@ SYMBOL: terms
 
 : with-terms ( quot -- hash )
     [
-        H{ } clone terms set call terms get canonicalize
+        H{ } clone terms namespaces:set call terms get canonicalize
     ] with-scope ; inline
 
 ! Printing elements