aboutsummaryrefslogtreecommitdiff
path: root/kernel/cClosure.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-05-15 17:00:57 +0200
committerPierre-Marie Pédrot2019-05-19 13:14:19 +0200
commit925778ff0128dfbfe00aafa8a4aa9f3a2eb2301d (patch)
tree8cd5b3cd7637ffaade7a39a74cd7b968e583307c /kernel/cClosure.mli
parent93aa8aad110a2839d16dce53af12f0728b59ed2a (diff)
Make the type of constant bodies parametric on opaque proofs.
Diffstat (limited to 'kernel/cClosure.mli')
-rw-r--r--kernel/cClosure.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cClosure.mli b/kernel/cClosure.mli
index b1b69dded8..1a790eaed6 100644
--- a/kernel/cClosure.mli
+++ b/kernel/cClosure.mli
@@ -215,7 +215,7 @@ val eta_expand_ind_stack : env -> inductive -> fconstr -> stack ->
(** Conversion auxiliary functions to do step by step normalisation *)
(** [unfold_reference] unfolds references in a [fconstr] *)
-val unfold_reference : clos_infos -> clos_tab -> table_key -> fconstr constant_def
+val unfold_reference : clos_infos -> clos_tab -> table_key -> (fconstr, Util.Empty.t) constant_def
(***********************************************************************
i This is for lazy debug *)