aboutsummaryrefslogtreecommitdiff
path: root/kernel/constant.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/constant.ml')
-rw-r--r--kernel/constant.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/constant.ml b/kernel/constant.ml
index 9699d68a75..ba932b7885 100644
--- a/kernel/constant.ml
+++ b/kernel/constant.ml
@@ -18,7 +18,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;