aboutsummaryrefslogtreecommitdiffstats
path: root/src/State.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2022-02-15 18:31:04 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2022-02-15 18:31:04 +0100
commit761a4af555c228a9fdd34ae33f9c842931a592cf (patch)
tree844f642fc5aa84cfee1ef9535cf2fc9874e97573 /src/State.v
parent2524d8daa33d2807847d988a2e96303e9e4e0998 (diff)
parentc163813243e1b38b7d8c10b49d78a728d747e0e5 (diff)
downloadsmtcoq-761a4af555c228a9fdd34ae33f9c842931a592cf.tar.gz
smtcoq-761a4af555c228a9fdd34ae33f9c842931a592cf.zip
Merge remote-tracking branch 'origin/coq-8.10' into coq-8.11
Diffstat (limited to 'src/State.v')
-rw-r--r--src/State.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/State.v b/src/State.v
index 16868b7..e6fa617 100644
--- a/src/State.v
+++ b/src/State.v
@@ -737,3 +737,8 @@ Module S.
End S.
+
+
+(* Register constants for OCaml access *)
+Register C.t as SMTCoq.State.C.t.
+Register S.t as SMTCoq.State.S.t.