diff options
Diffstat (limited to 'interp/topconstr.mli')
-rw-r--r-- | interp/topconstr.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interp/topconstr.mli b/interp/topconstr.mli index 4527dc48..79bab389 100644 --- a/interp/topconstr.mli +++ b/interp/topconstr.mli @@ -268,3 +268,7 @@ val ntn_loc : Util.loc -> constr_notation_substitution -> string -> (int * int) list val patntn_loc : Util.loc -> cases_pattern_notation_substitution -> string -> (int * int) list + +(** For cases pattern parsing errors *) + +val error_invalid_pattern_notation : Util.loc -> 'a |