lean4-htt/old_tests/tests/lean/restrict_bug.lean
2018-04-10 12:56:55 -07:00

5 lines
158 B
Text

axiom all {A : Type}: list A → (A → Prop) → Prop
variable {A : Type}
variable {R : A → A → Prop}
set_option pp.all true
#check ∀ a l, all l (R a)