test(tests/lean/extra): test for Soonho
This commit is contained in:
parent
a9630edfed
commit
a3b570c852
1 changed files with 5 additions and 0 deletions
5
tests/lean/extra/goal_hole.lean
Normal file
5
tests/lean/extra/goal_hole.lean
Normal file
|
@ -0,0 +1,5 @@
|
|||
example (a b c : nat) : a = b → b = c → a = c :=
|
||||
begin
|
||||
intro h₁ h₂,
|
||||
exact eq.trans _ h₂
|
||||
end
|
Loading…
Reference in a new issue