aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/declarations.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/declarations.mli')
-rw-r--r--kernel/declarations.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli
index ef56ae512..e6025790a 100644
--- a/kernel/declarations.mli
+++ b/kernel/declarations.mli
@@ -37,8 +37,8 @@ type inline = int option
type constant_def =
| Undef of inline
- | Def of Lazyconstr.constr_substituted
- | OpaqueDef of Lazyconstr.lazy_constr
+ | Def of constr Mod_subst.substituted
+ | OpaqueDef of Opaqueproof.opaque
(* some contraints are in constant_constraints, some other may be in
* the OpaueDef *)