diff options
Diffstat (limited to 'compiler/ConstStrings.ml')
-rw-r--r-- | compiler/ConstStrings.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/ConstStrings.ml b/compiler/ConstStrings.ml index 6cf57fe4..b07950f4 100644 --- a/compiler/ConstStrings.ml +++ b/compiler/ConstStrings.ml @@ -8,3 +8,6 @@ let constructor_prefix = "Mk" (** Basename for error variables *) let error_basename = "e" + +(** Basename for the fuel variable *) +let fuel_basename = "n" |