64c3ba7b74
The idea is to "fix" counter-intuitive output like the ones were produced in the tests check.lean and check2.lean
4 lines
169 B
Text
4 lines
169 B
Text
and.intro : ?a → ?b → ?a ∧ ?b
|
||
or.elim : ?a ∨ ?b → (?a → ?c) → (?b → ?c) → ?c
|
||
eq : ?A → ?A → Prop
|
||
eq.rec : ?C ?a → (Π {a : ?A}, ?a = a → ?C a)
|