lean2/tests/lean/tst16.lean.expected.out
Leonardo de Moura 51640ecff8 Move files in examples directory to tests directory. They are not real examples
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-08-31 19:16:30 -07:00

590 B
Raw Blame History

Assumed: f
a b : Type, (f a) = (f b)
Assumed: g
(a b : Type) (c : Bool), g c ((f a) = (f b))
(a b : Type) (c : Bool), g c ((f a) = (f b))
(a b : Type) (c : Bool), (g c (f a)) = (f b) ⇒ (f a)
Bool
(a b : Type) (c : Bool), g c ((f a) = (f b))
a b : Type, (f a) = (f b)
a b : Type, (f a) = (f b) ∧ (f a)
a b : Type, (f a) = (f b) (f b)
Assumed: a
(f a) (f a)
(f a) = a (f a)
(f a) = a ∧ (f a)