test: indentation
This commit is contained in:
parent
839017fdae
commit
800b4af15d
1 changed files with 4 additions and 1 deletions
|
|
@ -113,7 +113,10 @@ focus
|
|||
refine! Eq.trans ?pre ?post
|
||||
first
|
||||
| exact h1
|
||||
| exact y; exact h3; assumption
|
||||
assumption
|
||||
| exact y
|
||||
exact h3
|
||||
assumption
|
||||
|
||||
theorem simple9b (x y z : Nat) : y = z → x = x → x = y → x = z := by
|
||||
intros h1 _ h3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue