aboutsummaryrefslogtreecommitdiff
path: root/kernel/cbytegen.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/cbytegen.mli
parent93aa8aad110a2839d16dce53af12f0728b59ed2a (diff)
Make the type of constant bodies parametric on opaque proofs.
Diffstat (limited to 'kernel/cbytegen.mli')
-rw-r--r--kernel/cbytegen.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cbytegen.mli b/kernel/cbytegen.mli
index 6a9550342c..bdaf5fe422 100644
--- a/kernel/cbytegen.mli
+++ b/kernel/cbytegen.mli
@@ -20,7 +20,7 @@ val compile : fail_on_error:bool ->
(** init, fun, fv *)
val compile_constant_body : fail_on_error:bool ->
- env -> universes -> Constr.t Mod_subst.substituted constant_def ->
+ env -> universes -> (Constr.t Mod_subst.substituted, 'opaque) constant_def ->
body_code option
(** Shortcut of the previous function used during module strengthening *)