diff options
Diffstat (limited to 'test-suite/output/Search.out')
| -rw-r--r-- | test-suite/output/Search.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Search.out b/test-suite/output/Search.out index 9bce8db4df..fd484cdc5b 100644 --- a/test-suite/output/Search.out +++ b/test-suite/output/Search.out @@ -4,13 +4,13 @@ le_pred: forall n m : nat, n <= m -> pred n <= pred m le_S_n: forall n m : nat, S n <= S m -> n <= m false: bool true: bool +xorb: bool -> bool -> bool sumor_beq: forall (A : Type) (B : Prop), (A -> A -> bool) -> (B -> B -> bool) -> A + {B} -> A + {B} -> bool sumbool_beq: forall A B : Prop, (A -> A -> bool) -> (B -> B -> bool) -> {A} + {B} -> {A} + {B} -> bool -xorb: bool -> bool -> bool sum_beq: forall A B : Type, (A -> A -> bool) -> (B -> B -> bool) -> A + B -> A + B -> bool |
