diff options
| author | Pierre-Marie Pédrot | 2019-05-15 17:00:57 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-05-19 13:14:19 +0200 |
| commit | 925778ff0128dfbfe00aafa8a4aa9f3a2eb2301d (patch) | |
| tree | 8cd5b3cd7637ffaade7a39a74cd7b968e583307c /kernel/cooking.mli | |
| parent | 93aa8aad110a2839d16dce53af12f0728b59ed2a (diff) | |
Make the type of constant bodies parametric on opaque proofs.
Diffstat (limited to 'kernel/cooking.mli')
| -rw-r--r-- | kernel/cooking.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cooking.mli b/kernel/cooking.mli index b0f143c47d..d218dd36da 100644 --- a/kernel/cooking.mli +++ b/kernel/cooking.mli @@ -18,7 +18,7 @@ type recipe = { from : constant_body; info : Opaqueproof.cooking_info } type inline = bool type result = { - cook_body : constr Mod_subst.substituted constant_def; + cook_body : (constr Mod_subst.substituted, Opaqueproof.opaque) constant_def; cook_type : types; cook_universes : universes; cook_private_univs : Univ.ContextSet.t option; |
