lean2/tests/lean/rw1.lean.expected.out
Leonardo de Moura feea96e84d feat(library/simplifier): add rewrite_rule_set extension for managing rewrite rules in an environment
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-18 15:43:24 -08:00

11 lines
458 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
Set: pp::unicode
and_truer : ∀ a : Bool, a ∧ ↔ a
and_assoc : ∀ a b c : Bool, (a ∧ b) ∧ c ↔ a ∧ b ∧ c
new scope
or_assoc : ∀ a b c : Bool, (a b) c ↔ a b c
and_truer : ∀ a : Bool, a ∧ ↔ a
and_assoc [disabled] : ∀ a b c : Bool, (a ∧ b) ∧ c ↔ a ∧ b ∧ c
after end of scope
and_truer : ∀ a : Bool, a ∧ ↔ a
and_assoc : ∀ a b c : Bool, (a ∧ b) ∧ c ↔ a ∧ b ∧ c