lean4-htt/tests/lean/run/match_unit.lean
2021-02-19 13:51:08 -08:00

2 lines
56 B
Text

theorem ex : ∀ x : Unit, x = () := by
intro (); rfl