diff options
| author | Emilio Jesus Gallego Arias | 2018-05-13 05:40:38 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-05-13 05:40:38 +0200 |
| commit | 12109393c957ef64f7dc8d47b745a75392e4382c (patch) | |
| tree | 56330b40a2fddf72da5e2c59448dd9f9b3b68236 /interp/notation.mli | |
| parent | 7fdb5e5f0ee0f22c1de4e4a07efc41121103b10f (diff) | |
| parent | f20a053364421c6f5691bb02c9015a9db5cbfafe (diff) | |
Merge PR #7477: Support for notations with autonomous only-parsing and only-printing declarations.
Diffstat (limited to 'interp/notation.mli')
| -rw-r--r-- | interp/notation.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/notation.mli b/interp/notation.mli index eac87414f3..ccc67fe491 100644 --- a/interp/notation.mli +++ b/interp/notation.mli @@ -137,8 +137,8 @@ val availability_of_notation : scope_name option * notation -> local_scopes -> (** {6 Declare and test the level of a (possibly uninterpreted) notation } *) -val declare_notation_level : notation -> level -> unit -val level_of_notation : notation -> level (** raise [Not_found] if no level *) +val declare_notation_level : ?onlyprint:bool -> notation -> level -> unit +val level_of_notation : ?onlyprint:bool -> notation -> level (** raise [Not_found] if no level or not respecting onlyprint *) (** {6 Miscellaneous} *) |
