diff options
Diffstat (limited to 'compiler/ConstStrings.ml')
-rw-r--r-- | compiler/ConstStrings.ml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/ConstStrings.ml b/compiler/ConstStrings.ml new file mode 100644 index 00000000..ae169a2e --- /dev/null +++ b/compiler/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" |