aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnf
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-06-30 13:33:39 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-06-30 13:33:39 +0200
commit3523794498e9ac8b86eeec8e1a2147e9abe997b6 (patch)
tree3abe4795e97a66e3e4827de158f15237dbeacdcf /src/cnf
parent01d83fcfb40d3f6cae6b3fd83ae7eeac25c7bd15 (diff)
downloadsmtcoq-3523794498e9ac8b86eeec8e1a2147e9abe997b6.tar.gz
smtcoq-3523794498e9ac8b86eeec8e1a2147e9abe997b6.zip
Remove two axioms
Diffstat (limited to 'src/cnf')
-rw-r--r--src/cnf/Cnf.v8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cnf/Cnf.v b/src/cnf/Cnf.v
index ec18c15..d6a6640 100644
--- a/src/cnf/Cnf.v
+++ b/src/cnf/Cnf.v
@@ -287,14 +287,6 @@ Section CHECKER.
match goal with |- context [Lit.interp rho ?x] =>
destruct (Lit.interp rho x);trivial end.
- Axiom afold_left_and : forall a,
- afold_left bool int true andb (Lit.interp rho) a =
- List.forallb (Lit.interp rho) (to_list a).
-
- Axiom afold_left_or : forall a,
- afold_left bool int false orb (Lit.interp rho) a =
- C.interp rho (to_list a).
-
Axiom afold_right_impb : forall a,
(afold_right bool int true implb (Lit.interp rho) a) =
C.interp rho (to_list (or_of_imp a)).