]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/disambiguate/disambiguate.factor
sets: rename combine/refine to union-all/intersect-all
[factor.git] / basis / regexp / disambiguate / disambiguate.factor
index 1bcefbdb9df1be80885ea85034894ba92f12a94a..cdccc88d87cea4b7774b0306586f225202017546 100644 (file)
@@ -28,7 +28,7 @@ TUPLE: parts in out ;
 
 : meaningful-integers ( partition table -- integers )
     [ [ in>> ] [ out>> ] bi ] dip
-    '[ [ _ at ] map refine ] bi@ diff ;
+    '[ [ _ at ] map intersect-all ] bi@ diff ;
 
 : class-integers ( classes integers -- table )
     '[ _ over '[ _ class-member? ] filter ] H{ } map>assoc ;