diff options
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/Search.out | 2 | ||||
| -rw-r--r-- | test-suite/output/SearchPattern.out | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/test-suite/output/SearchPattern.out b/test-suite/output/SearchPattern.out index 4710de3dc1..410f13dd8b 100644 --- a/test-suite/output/SearchPattern.out +++ b/test-suite/output/SearchPattern.out @@ -1,12 +1,12 @@ 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 @@ -40,8 +40,8 @@ min: nat -> nat -> nat max: nat -> nat -> nat mult_n_Sm: forall n m : nat, n * m + n = n * S m le_n: forall n : nat, n <= n -eq_refl: forall (A : Type) (x : A), x = x identity_refl: forall (A : Type) (a : A), identity a a +eq_refl: forall (A : Type) (x : A), x = x iff_refl: forall A : Prop, A <-> A -conj: forall A B : Prop, A -> B -> A /\ B pair: forall A B : Type, A -> B -> A * B +conj: forall A B : Prop, A -> B -> A /\ B |
