]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/match/match-tests.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / basis / match / match-tests.factor
index 044b80fe9d06b736e1dccbb49eb10027f6ba9db8..e31f01f1b3c80effeee9782b3dc4148d14cab2ab 100644 (file)
@@ -50,13 +50,13 @@ C: <foo> foo
 { 1 2 } [
   1 2 <foo> T{ foo f ?a ?b } match [
     ?a ?b
-  ] bind
+  ] with-variables
 ] unit-test
 
 { 1 2 } [
   1 2 <foo> \ ?a \ ?b <foo> match [
     ?a ?b
-  ] bind
+  ] with-variables
 ] unit-test
 
 { H{ { ?a ?a } } } [