aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnf/Cnf.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-06-30 13:38:26 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-06-30 13:38:26 +0200
commit94df778b8d85cea68e0b62a534d326566f5e8f19 (patch)
tree995bc1e85c7007e84c9d8f0a932e9decfc7af852 /src/cnf/Cnf.v
parent1db73a0db048ac2dc9b59c6d4b030c3369231461 (diff)
parent5a48d8b315ba20a5d79b56f9f3fa0ab7a1e8e13a (diff)
downloadsmtcoq-94df778b8d85cea68e0b62a534d326566f5e8f19.tar.gz
smtcoq-94df778b8d85cea68e0b62a534d326566f5e8f19.zip
Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.11
Diffstat (limited to 'src/cnf/Cnf.v')
-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)).