aboutsummaryrefslogtreecommitdiff
path: root/kernel/environ.ml
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-05-21 12:41:57 +0200
committerGaëtan Gilbert2019-05-21 12:41:57 +0200
commitafb1a427debbc32aef1b2df0b31aa9cf8938b687 (patch)
treeacaa552dfc9a6f72bf90303f1d437b8856a9112a /kernel/environ.ml
parent897088fb8f4769bacca9fc289387096283835cd6 (diff)
parente69e4f7fd9aaba0e3fd6c38624e3fdb0bd96026c (diff)
Merge PR #10174: Further cleanup of the side-effect machinery
Reviewed-by: SkySkimmer Reviewed-by: gares Reviewed-by: maximedenes
Diffstat (limited to 'kernel/environ.ml')
-rw-r--r--kernel/environ.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/environ.ml b/kernel/environ.ml
index 617519a038..05f342a82a 100644
--- a/kernel/environ.ml
+++ b/kernel/environ.ml
@@ -46,7 +46,7 @@ type link_info =
| LinkedInteractive of string
| NotLinked
-type constant_key = constant_body * (link_info ref * key)
+type constant_key = Opaqueproof.opaque constant_body * (link_info ref * key)
type mind_key = mutual_inductive_body * link_info ref