test: add corner case
This commit is contained in:
parent
ad9466028a
commit
0193ead596
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ do let f := Expr.const `f [];
|
|||
IO.println t;
|
||||
unless (t.etaExpanded? == some (Expr.app f a)) $ throw "failed-8";
|
||||
IO.println t.etaExpanded?;
|
||||
let t := Expr.app f a;
|
||||
unless (t.etaExpanded? == some (Expr.app f a)) $ throw "failed-9";
|
||||
pure ()
|
||||
|
||||
#eval tst5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue