lean4-htt/tests/lean/restrict_bug.lean
2017-03-09 18:41:19 -08: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)