diff options
| author | Emilio Jesus Gallego Arias | 2018-06-03 00:35:56 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-06-03 00:35:56 +0200 |
| commit | 5c93d722426a552f4cf1ce93bcd3dbaf14948b6f (patch) | |
| tree | 6d5b00f3afdf78ca1a01007c2b66c0becb5f483f /interp/syntax_def.mli | |
| parent | fb406f8b33014c63139bbafd472b6afe7a4f72c9 (diff) | |
| parent | fd33e3875b872f8b83c350427a9809e68d7fe009 (diff) | |
Merge PR #7681: Fixes #7636: location missing on deprecated compatibility notations.
Diffstat (limited to 'interp/syntax_def.mli')
| -rw-r--r-- | interp/syntax_def.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli index 1933b8a9ae..c5b6655ff8 100644 --- a/interp/syntax_def.mli +++ b/interp/syntax_def.mli @@ -18,4 +18,4 @@ type syndef_interpretation = (Id.t * subscopes) list * notation_constr val declare_syntactic_definition : bool -> Id.t -> Flags.compat_version option -> syndef_interpretation -> unit -val search_syntactic_definition : KerName.t -> syndef_interpretation +val search_syntactic_definition : ?loc:Loc.t -> KerName.t -> syndef_interpretation |
