lean2/tests/lean/t7.lean.expected.out
2014-10-30 13:12:45 -07:00

6 lines
212 B
Text

id : ?A → ?A
trans : (?A → ?A → Prop) → Prop
symm : (?A → ?A → Prop) → Prop
equivalence : (?A → ?A → Prop) → Prop
λ (A : Type) (R : A → A → Prop),
and (and (refl R) (symm R)) (trans R)