summaryrefslogtreecommitdiff
path: root/compiler/ConstStrings.ml
blob: ae169a2e36cac1e088a3e97b8f0e7a20841f6cb8 (plain)
1
2
3
4
5
6
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"