lean2/tests/lean/tst17.lean.expected.out
Leonardo de Moura a43020b31b refactor(kernel): remove heterogeneous equality
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-16 17:39:12 -08:00

7 lines
218 B
Text

Set: pp::colors
Set: pp::unicode
Assumed: f
Assumed: g
∀ a b : Type, ∃ c : Type, g a b = f c
∀ a b : Type, ∃ c : Type, g a b = f c : Bool
∀ (a b : Type), (∀ (x : Type), g a b = f x → ⊥) → ⊥