lean4-htt/tests/lean/361.lean
Leonardo de Moura 3dfd14dfff chore: fix test
2022-01-31 16:45:57 -08:00

5 lines
160 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

theorem ex1 (p q r : Prop) (h1 : p q) (h2 : p → q) : q := by
theorem ex2 (p q r : Prop) (h1 : p q) (h2 : p → q) : q := by
cases h1
case inl =>