summaryrefslogtreecommitdiff
path: root/src/Errors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Errors.ml')
-rw-r--r--src/Errors.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Errors.ml b/src/Errors.ml
index b9263d5a..d732e1f3 100644
--- a/src/Errors.ml
+++ b/src/Errors.ml
@@ -1,5 +1,6 @@
exception IntegerOverflow of unit
+(* TODO: remove those *)
exception Unimplemented of string
let unimplemented msg = raise (Unimplemented ("unimplemented: " ^ msg))