aboutsummaryrefslogtreecommitdiff
path: root/kernel/constant.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/constant.mli')
-rw-r--r--kernel/constant.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/constant.mli b/kernel/constant.mli
index bc3d1a4e3d..d8aeb7670e 100644
--- a/kernel/constant.mli
+++ b/kernel/constant.mli
@@ -17,7 +17,7 @@ type recipe =
type constant_entry = {
const_entry_body : constr;
- const_entry_type : constr }
+ const_entry_type : constr option }
type constant_body = {
const_kind : path_kind;