summaryrefslogtreecommitdiff
path: root/src/Identifiers.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-29 17:00:46 +0100
committerSon Ho2021-11-29 17:00:46 +0100
commit30628d4bbc3ea8a4b2e716d5c83323599ed98cce (patch)
tree64bbd82258afb1353f33b48abf1a4b6b528f5af4 /src/Identifiers.ml
parent18298def3e1bda9c5db907d4b0432557a76df337 (diff)
Start working logging and make progress on printing ASTs
Diffstat (limited to 'src/Identifiers.ml')
-rw-r--r--src/Identifiers.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Identifiers.ml b/src/Identifiers.ml
index 8072b316..b858360d 100644
--- a/src/Identifiers.ml
+++ b/src/Identifiers.ml
@@ -1,5 +1,3 @@
-open Errors
-
(** Signature for a module describing an identifier.
We often need identifiers (for definitions, variables, etc.) and in