summaryrefslogtreecommitdiff
path: root/src/_build/reporting_basic.ml
diff options
context:
space:
mode:
authorKathy Gray2013-08-08 15:35:06 +0100
committerKathy Gray2013-08-08 15:35:06 +0100
commitd174f6ec333a8a959ed610781326ca4d125e3c89 (patch)
tree435c754658bc0a08c24c7d5f0e7fdd7440fc6ce6 /src/_build/reporting_basic.ml
parentc349ec8fa9d4f7125b2652d880619c2821531e50 (diff)
More forms converting from parse_ast to ast; also removed some annot aux homs for terms that only need locations and not full annotations
Diffstat (limited to 'src/_build/reporting_basic.ml')
-rw-r--r--src/_build/reporting_basic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_build/reporting_basic.ml b/src/_build/reporting_basic.ml
index a0d53ab0..b3880598 100644
--- a/src/_build/reporting_basic.ml
+++ b/src/_build/reporting_basic.ml
@@ -162,7 +162,7 @@ exception Fatal_error of error
let err_todo l m = Fatal_error (Err_todo (l, m))
let err_unreachable l m = Fatal_error (Err_unreachable (l, m))
let err_general l m = Fatal_error (Err_general (l, m))
-
+let err_typ l m = Fatal_error (Err_type (l,m))
let report_error e =
let (m1, verb_pos, pos_l, m2) = dest_err e in