X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcompiler%2Ftree%2Fpropagation%2Fcall-effect%2Fcall-effect.factor;h=a667ea727f69cfc371f3ced4ba3e6cb0511a0f25;hp=ec2a4b1ece4edbaae8f3aee9a26c870c7ed347a5;hb=3f3d57032bf29190e9bee12d168a4bce6d74653c;hpb=cd1bb8f4c8afba318249c7b756a45aa1c46ea51e diff --git a/basis/compiler/tree/propagation/call-effect/call-effect.factor b/basis/compiler/tree/propagation/call-effect/call-effect.factor index ec2a4b1ece..a667ea727f 100644 --- a/basis/compiler/tree/propagation/call-effect/call-effect.factor +++ b/basis/compiler/tree/propagation/call-effect/call-effect.factor @@ -35,7 +35,7 @@ M: +unknown+ curry-effect ; M: effect curry-effect [ in>> length ] [ out>> length ] [ terminated?>> ] tri - pick 0 = [ [ 1+ ] dip ] [ [ 1- ] 2dip ] if + pick 0 = [ [ 1 + ] dip ] [ [ 1 - ] 2dip ] if effect boa ; M: curry cached-effect