lean4-htt/tests/lean/run/1168.lean
Leonardo de Moura 9818de078b fix: fixes #1168
2022-05-30 07:24:23 -07:00

3 lines
104 B
Text

theorem ex : True ∧ (match True with | _ => True) := by
constructor; exact trivial
split; trivial