diff options
| author | Son Ho | 2022-10-27 09:16:46 +0200 |
|---|---|---|
| committer | Son HO | 2022-10-27 12:58:47 +0200 |
| commit | 7e7d0d67de8285e1d6c589750191bce4f49aacb3 (patch) | |
| tree | 5ef3178d2c3f7eadc82a0ea9497788e48ce67c2b /src/ConstStrings.ml | |
| parent | 16560ce5d6409e0f0326a0c6046960253e444ba4 (diff) | |
Reorganize a bit the project
Diffstat (limited to 'src/ConstStrings.ml')
| -rw-r--r-- | src/ConstStrings.ml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ConstStrings.ml b/src/ConstStrings.ml deleted file mode 100644 index ae169a2e..00000000 --- a/src/ConstStrings.ml +++ /dev/null @@ -1,7 +0,0 @@ -(** 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" |
