Fix regression on >r/r> test
parent
237c8bb42a
commit
ba31f73b41
|
|
@ -116,10 +116,10 @@ M: object apply-object push-literal ;
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
: infer->r ( n -- )
|
: infer->r ( n -- )
|
||||||
consume-d dup copy-values [ #>r, ] [ nip output-r ] 2bi ;
|
consume-d dup copy-values [ nip output-r ] [ #>r, ] 2bi ;
|
||||||
|
|
||||||
: infer-r> ( n -- )
|
: infer-r> ( n -- )
|
||||||
consume-r dup copy-values [ #r>, ] [ nip output-d ] 2bi ;
|
consume-r dup copy-values [ nip output-d ] [ #r>, ] 2bi ;
|
||||||
|
|
||||||
: undo-infer ( -- )
|
: undo-infer ( -- )
|
||||||
recorded get [ f "inferred-effect" set-word-prop ] each ;
|
recorded get [ f "inferred-effect" set-word-prop ] each ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue