2 lines
56 B
Text
2 lines
56 B
Text
theorem ex : ∀ x : Unit, x = () := by
|
|
intro (); rfl
|
theorem ex : ∀ x : Unit, x = () := by
|
|
intro (); rfl
|