diff options
| author | Enrico Tassi | 2019-06-12 07:09:01 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-06-12 07:09:01 +0200 |
| commit | 0d4300771e4a6a26d948872262a79695a38c7e0d (patch) | |
| tree | ab31353a6f01b17270f87d5d0670fc5085c75130 /plugins/funind/indfun_common.mli | |
| parent | 3d162ca9095ff9299be5cc8847636a36b8e49f1e (diff) | |
| parent | ee270f7d111e5e71e90a4f3eb5e4edf5c13ea7e3 (diff) | |
Merge PR #10334: Remove the side-effect role from the kernel.
Reviewed-by: gares
Diffstat (limited to 'plugins/funind/indfun_common.mli')
| -rw-r--r-- | plugins/funind/indfun_common.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/indfun_common.mli b/plugins/funind/indfun_common.mli index 9670cf1fa7..4078c34331 100644 --- a/plugins/funind/indfun_common.mli +++ b/plugins/funind/indfun_common.mli @@ -44,7 +44,7 @@ val jmeq_refl : unit -> EConstr.constr val save : Id.t - -> Safe_typing.private_constants Entries.definition_entry + -> Evd.side_effects Entries.definition_entry -> ?hook:Lemmas.declaration_hook -> UState.t -> Decl_kinds.goal_kind |
