diff options
| author | Pierre-Marie Pédrot | 2019-08-29 14:42:14 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-08-29 14:42:14 +0200 |
| commit | 7153cc3a4d886944f9e09a10ea106cefb1e9d0f8 (patch) | |
| tree | fdbb9a91d257bb70fe8beb44670830ab3744367b /plugins/funind/indfun_common.ml | |
| parent | 60b9352656b95b7e5c46c9f28fec3a171f3fc74a (diff) | |
| parent | 5196ab8da3416bb7ebd17c1445afe7f08ab01cae (diff) | |
Merge PR #10674: [declare] Move proof_entry type to declare, put interactive proof data on top of declare.
Reviewed-by: ppedrot
Diffstat (limited to 'plugins/funind/indfun_common.ml')
| -rw-r--r-- | plugins/funind/indfun_common.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/indfun_common.ml b/plugins/funind/indfun_common.ml index 16c0521eda..6d91c2a348 100644 --- a/plugins/funind/indfun_common.ml +++ b/plugins/funind/indfun_common.ml @@ -117,7 +117,7 @@ open DeclareDef let definition_message = Declare.definition_message let save name const ?hook uctx scope kind = - let fix_exn = Future.fix_exn_of const.Proof_global.proof_entry_body in + let fix_exn = Future.fix_exn_of const.Declare.proof_entry_body in let r = match scope with | Discharge -> let c = SectionLocalDef const in |
