summaryrefslogtreecommitdiff
path: root/src/Errors.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-22 19:52:49 +0100
committerSon Ho2021-11-22 19:52:49 +0100
commit115960297c2f9cf839d51232dd2961e0d4817657 (patch)
treea1d05c1f1692e5c8230cca18c49641e297dbbbc6 /src/Errors.ml
parent402a5405f5e622cd09b6dafbe630bc4348ebe681 (diff)
Make progress on {read,write}_path
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))