lean2/tests/lean/tst10.lean.expected.out
Leonardo de Moura e218b92a9d Modify verbose message for Set command
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-02 12:29:21 -07:00

23 lines
264 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Assumed: a
Assumed: b
a ∧ b
a ∧ b ∧ a
a ∧ b
a ∧ b
a ∧ b
a ∧ b
a b
a b
a b
a b
a a b
a ⇒ b ⇒ a
Bool
ite Bool a a
a
Assumed: H1
Assumed: H2
Π (a b : Bool) (H1 : a ⇒ b) (H2 : a), b
MP H2 H1
b