]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.propagation.transforms: document not{ } as well.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 26 Sep 2020 17:29:42 +0000 (10:29 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 26 Sep 2020 17:29:42 +0000 (10:29 -0700)
basis/compiler/tree/propagation/transforms/transforms.factor

index 70d31049c4e59f806bafe8cb1686c1c3207ecf24..179aa1285e96086a296b31b7634db1f7706c902c 100644 (file)
@@ -196,7 +196,8 @@ ERROR: bad-partial-eval quot word ;
     dup classoid?
     [
         predicate-def
-        ! union{ and intersection{ have useless expansions, and recurse infinitely
+        ! union{ and intersection{ and not{ have useless
+        ! expansions, and recurse infinitely
         dup { [ length 2 >= ] [ second \ instance? = ] } 1&& [
             drop f
         ] when