summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ConstStrings.ml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ConstStrings.ml b/src/ConstStrings.ml
new file mode 100644
index 00000000..ae169a2e
--- /dev/null
+++ b/src/ConstStrings.ml
@@ -0,0 +1,7 @@
+(** Some utilities *)
+
+(** Basename for state variables (introduced when using state-error monads) *)
+let state_basename = "st"
+
+(** ADT constructor prefix (used when pretty-printing) *)
+let constructor_prefix = "Mk"