aboutsummaryrefslogtreecommitdiffstats
path: root/src/verit/veritSyntax.ml
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-04-26 23:07:38 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-04-26 23:07:38 +0200
commita5bd782f300c3767936fc3f45df6a09cda185370 (patch)
treebb3c0753a54e035fec56f78edbae84485a50b878 /src/verit/veritSyntax.ml
parent048f0170612ee39f6bc736246fca82d960e79a18 (diff)
downloadsmtcoq-a5bd782f300c3767936fc3f45df6a09cda185370.tar.gz
smtcoq-a5bd782f300c3767936fc3f45df6a09cda185370.zip
Both native-coq and Coq 8.5 are fully supported
Diffstat (limited to 'src/verit/veritSyntax.ml')
-rw-r--r--src/verit/veritSyntax.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verit/veritSyntax.ml b/src/verit/veritSyntax.ml
index 3ff11e9..33c059d 100644
--- a/src/verit/veritSyntax.ml
+++ b/src/verit/veritSyntax.ml
@@ -136,7 +136,7 @@ let mkCongrPred p =
Other (EqCgrP (p_p,c,cert))
else failwith "VeritSyntax.mkCongrPred: unmatching predicates"
| _ -> failwith "VeritSyntax.mkCongrPred : not pred app")
- |_ -> failwith "VeritSyntax.mkCongr: no or more than one predicate app premice in congruence")
+ |_ -> failwith "VeritSyntax.mkCongr: no or more than one predicate app premise in congruence")
|[] -> failwith "VeritSyntax.mkCongrPred: no conclusion in congruence"
|_ -> failwith "VeritSyntax.mkCongrPred: more than one conclusion in congruence"