chore(tests/lean/run/1797): add test for #1797
This commit is contained in:
parent
cc9de4af58
commit
3af8ca11bc
1 changed files with 6 additions and 0 deletions
6
tests/lean/run/1797.lean
Normal file
6
tests/lean/run/1797.lean
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
example (n : nat) : true :=
|
||||
begin
|
||||
cases h : n with m,
|
||||
{ guard_hyp h := n = nat.zero, admit },
|
||||
{ guard_hyp h := n = nat.succ m, admit}
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue