diff options
Diffstat (limited to 'compiler/Errors.ml')
-rw-r--r-- | compiler/Errors.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/Errors.ml b/compiler/Errors.ml index 31a53cf4..58dd3a0b 100644 --- a/compiler/Errors.ml +++ b/compiler/Errors.ml @@ -1,2 +1 @@ -exception IntegerOverflow of unit -exception Unimplemented +include Charon.Errors |