aboutsummaryrefslogtreecommitdiffstats
path: root/src/State.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2022-02-15 18:36:56 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2022-02-15 18:36:56 +0100
commit4a2db61b8f59a2871de4f4b69522193ff9440261 (patch)
treeaed51f7e320c57e665748dbae973929725f3cee7 /src/State.v
parent3e5897710dc45c1b0bede79d3d61f4211c5ccb0e (diff)
parent23ac3ceceb92cdbc2026253c1bae388a2b9b6e18 (diff)
downloadsmtcoq-4a2db61b8f59a2871de4f4b69522193ff9440261.tar.gz
smtcoq-4a2db61b8f59a2871de4f4b69522193ff9440261.zip
Merge remote-tracking branch 'origin/coq-8.12' into coq-8.13
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 ae69f37..1f295ce 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.