aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-10-14 17:23:05 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-10-14 17:23:05 +0200
commit18427c03790673b9c1c02d6314bacd111a573a44 (patch)
tree12cb8d25ba75dee1647ba27c344fdd9c70a6065c /src
parent6624816f2363dfd0b28ae3e1402704b330db1aae (diff)
parentf74ac52e9c76260b9c87d3972fcb04e7e7e051ad (diff)
downloadsmtcoq-18427c03790673b9c1c02d6314bacd111a573a44.tar.gz
smtcoq-18427c03790673b9c1c02d6314bacd111a573a44.zip
Merge remote-tracking branch 'origin/coq-8.11' into coq-8.12
Diffstat (limited to 'src')
-rw-r--r--src/trace/smtAtom.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/smtAtom.ml b/src/trace/smtAtom.ml
index 3e16f6c..9697882 100644
--- a/src/trace/smtAtom.ml
+++ b/src/trace/smtAtom.ml
@@ -1351,7 +1351,7 @@ module Atom =
let c, _ = CoqInterface.decompose_app ty in
CoqInterface.eq_constr c (Lazy.force cCompDec)
then
- (x::[], xs)
+ ([x], xs)
else
([], l)
| _ -> (x::l1, l2)