diff options
| author | Hugo Herbelin | 2017-08-12 14:23:11 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-02-20 10:03:03 +0100 |
| commit | 6e1f26a075a48fb32bce32e07d6b58e2f38b97a5 (patch) | |
| tree | 38babec4eba2840b916402c85df00971804918bd /interp/constrintern.mli | |
| parent | 65505b835d6a77b8702d11d09e8cf6b84c529c65 (diff) | |
More precise explanation when a notation is not reversible for printing.
Diffstat (limited to 'interp/constrintern.mli')
| -rw-r--r-- | interp/constrintern.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrintern.mli b/interp/constrintern.mli index 632b423b05..87b587b71c 100644 --- a/interp/constrintern.mli +++ b/interp/constrintern.mli @@ -185,7 +185,7 @@ val global_reference_in_absolute_module : DirPath.t -> Id.t -> Globnames.global_ val interp_notation_constr : env -> ?impls:internalization_env -> notation_interp_env -> constr_expr -> (bool * subscopes * notation_var_internalization_type) Id.Map.t * - notation_constr * reversibility_flag + notation_constr * reversibility_status (** Globalization options *) val parsing_explicit : bool ref |
