summaryrefslogtreecommitdiff
path: root/src/extra_pervasives.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-10-31 15:43:56 +0000
committerAlasdair Armstrong2018-10-31 15:43:56 +0000
commit001e28b487c8a4cb2a25519a3acc8ac8c1aaabf5 (patch)
treec50d5a7bb026e875db96af53fd44d58387d7a7c6 /src/extra_pervasives.ml
parent5298e209f0ae12e51f3050888e18ad9be09543e4 (diff)
Rename Reporting_basic to Reporting
There is no Reporting_complex, so it's not clear what the basic is intended to signify anyway. Add a GitHub issue link to any err_unreachable errors (as they are all bugs)
Diffstat (limited to 'src/extra_pervasives.ml')
-rw-r--r--src/extra_pervasives.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extra_pervasives.ml b/src/extra_pervasives.ml
index a7808a95..8001c647 100644
--- a/src/extra_pervasives.ml
+++ b/src/extra_pervasives.ml
@@ -49,4 +49,4 @@
(**************************************************************************)
let unreachable l pos msg =
- raise (Reporting_basic.err_unreachable l pos msg)
+ raise (Reporting.err_unreachable l pos msg)