lean2/tests/lean/t7.lean.expected.out
Leonardo de Moura 43eba857cb feat(frontends/lean): add let-expr pretty printer, reduce default indentation to 2
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-09 18:47:10 -07:00

6 lines
228 B
Text

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