summaryrefslogtreecommitdiff
path: root/compiler/ConstStrings.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/ConstStrings.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/ConstStrings.ml b/compiler/ConstStrings.ml
index ae169a2e..6cf57fe4 100644
--- a/compiler/ConstStrings.ml
+++ b/compiler/ConstStrings.ml
@@ -5,3 +5,6 @@ let state_basename = "st"
(** ADT constructor prefix (used when pretty-printing) *)
let constructor_prefix = "Mk"
+
+(** Basename for error variables *)
+let error_basename = "e"