Extraneous top-level stack-effect
parent
c5f1651567
commit
001ac7fbcd
|
@ -43,7 +43,7 @@ C: <color> color
|
|||
[ bad-new-test ] must-fail
|
||||
|
||||
! Corner case if macro expansion calls 'infer', found by Doug
|
||||
DEFER: smart-combo ( quot -- )
|
||||
DEFER: smart-combo ! ( quot -- )
|
||||
|
||||
\ smart-combo [ infer [ ] curry ] 1 define-transform
|
||||
|
||||
|
@ -82,4 +82,4 @@ MACRO: curry-folding-test ( quot -- )
|
|||
|
||||
MACRO: two-params ( a b -- c ) + 1quotation ;
|
||||
|
||||
[ [ 3 two-params ] infer ] [ T{ unknown-macro-input f two-params } = ] must-fail-with
|
||||
[ [ 3 two-params ] infer ] [ T{ unknown-macro-input f two-params } = ] must-fail-with
|
||||
|
|
Loading…
Reference in New Issue