]> gitweb.factorcode.org Git - factor.git/commitdiff
stack-checker: infer should work on all callables
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 20:08:04 +0000 (12:08 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 20:08:04 +0000 (12:08 -0800)
basis/stack-checker/stack-checker.factor

index 59b42644ce682e699f07514d0d81f237051aaa42..3dc9f198ca1155d5983a72eeb3fabe4a1c163d77 100644 (file)
@@ -15,4 +15,4 @@ IN: stack-checker
     ! Safe to call from inference transforms.
     infer effect>string print ;
 
-M: quotation stack-effect infer ;
+M: callable stack-effect infer ;