aboutsummaryrefslogtreecommitdiff
path: root/lib/cErrors.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-03-08 00:31:06 +0100
committerPierre-Marie Pédrot2020-03-08 00:31:06 +0100
commitdbd3a4c4213b3d56908a8387de93e27aaec501a4 (patch)
tree4c9e68600df547c89a159852205a13f8dd9dfa1b /lib/cErrors.mli
parent83d15b4d686349da0fbd46ea080ee45368d6a964 (diff)
parentee5c3774806f86caab8e5c3fe45ed19512f49819 (diff)
Merge PR #11578: [exn] Keep information from multiple extra exn handlers
Reviewed-by: ppedrot
Diffstat (limited to 'lib/cErrors.mli')
-rw-r--r--lib/cErrors.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cErrors.mli b/lib/cErrors.mli
index ec81694177..f9c84b001c 100644
--- a/lib/cErrors.mli
+++ b/lib/cErrors.mli
@@ -75,5 +75,5 @@ val noncritical : exn -> bool
exceptions. This method is fragile and should be considered
deprecated *)
val register_additional_error_info
- : (Exninfo.info -> (Pp.t option Loc.located) option)
+ : (Exninfo.info -> Pp.t Loc.located option)
-> unit