aboutsummaryrefslogtreecommitdiff
path: root/checker/values.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/values.mli')
-rw-r--r--checker/values.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/checker/values.mli b/checker/values.mli
index 616b69907f..2ab8da1928 100644
--- a/checker/values.mli
+++ b/checker/values.mli
@@ -38,6 +38,8 @@ type value =
| Proxy of value ref
(** Same as the inner value, used to define recursive types *)
+ | Uint63
+
(** NB: List and Opt have their own constructors to make it easy to
define eg [let rec foo = List foo]. *)