aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun_common.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-08-29 14:42:14 +0200
committerPierre-Marie Pédrot2019-08-29 14:42:14 +0200
commit7153cc3a4d886944f9e09a10ea106cefb1e9d0f8 (patch)
treefdbb9a91d257bb70fe8beb44670830ab3744367b /plugins/funind/indfun_common.ml
parent60b9352656b95b7e5c46c9f28fec3a171f3fc74a (diff)
parent5196ab8da3416bb7ebd17c1445afe7f08ab01cae (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.ml2
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