aboutsummaryrefslogtreecommitdiffstats
path: root/src/State.v
diff options
context:
space:
mode:
authorckeller <ckeller@users.noreply.github.com>2022-02-15 18:27:33 +0100
committerGitHub <noreply@github.com>2022-02-15 18:27:33 +0100
commitc163813243e1b38b7d8c10b49d78a728d747e0e5 (patch)
tree7d2d936fc170ad9215aaac2822aa896957456f71 /src/State.v
parent1860a878ad5af74f5e2d2142c35b1e2d7c43aad3 (diff)
downloadsmtcoq-c163813243e1b38b7d8c10b49d78a728d747e0e5.tar.gz
smtcoq-c163813243e1b38b7d8c10b49d78a728d747e0e5.zip
Use the Register mechanism (#104)
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 dca62e3..baa175e 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.