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/notation_ops.mli | |
| parent | 65505b835d6a77b8702d11d09e8cf6b84c529c65 (diff) | |
More precise explanation when a notation is not reversible for printing.
Diffstat (limited to 'interp/notation_ops.mli')
| -rw-r--r-- | interp/notation_ops.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli index 0904a4ea3e..80348c78ee 100644 --- a/interp/notation_ops.mli +++ b/interp/notation_ops.mli @@ -29,7 +29,7 @@ val ldots_var : Id.t bound by the notation; also interpret recursive patterns *) val notation_constr_of_glob_constr : notation_interp_env -> - glob_constr -> notation_constr * reversibility_flag + glob_constr -> notation_constr * reversibility_status (** Re-interpret a notation as a [glob_constr], taking care of binders *) |
