diff options
| author | Maxime Dénès | 2017-10-20 11:05:25 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-20 11:05:25 +0200 |
| commit | 7e5a0e348e9686b7d75285f1ae71406a82a19170 (patch) | |
| tree | 2e54113fbfeb2c70860e78e5f3e503f41bc7c804 /interp/constrintern.mli | |
| parent | 8492fa8d2aa0e77b7c571956ee21097977b1df15 (diff) | |
| parent | 26f216653aed171a70513d3f5ece059ab30bcd73 (diff) | |
Merge PR #1120: Fixing BZ#5762 (supporting implicit arguments in "where" clause of an inductive definitions
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 0a4eaf8382..75e99dd9b1 100644 --- a/interp/constrintern.mli +++ b/interp/constrintern.mli @@ -182,7 +182,7 @@ val global_reference_in_absolute_module : DirPath.t -> Id.t -> Globnames.global_ (** Interprets a term as the left-hand side of a notation. The returned map is guaranteed to have the same domain as the input one. *) -val interp_notation_constr : ?impls:internalization_env -> +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 |
