lean4-htt/tests/lean/pattern_bug1.lean
2016-06-10 18:29:41 -07:00

4 lines
142 B
Text

exit
constants {A : Type} (P : A → Prop) (R : A → A → Prop)
definition H [forward] : ∀ a, (: P a :) → ∃ b, R a b := sorry
print H