diff options
Diffstat (limited to 'checker/values.mli')
| -rw-r--r-- | checker/values.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/values.mli b/checker/values.mli index ec3b91d5dd..15d307ee29 100644 --- a/checker/values.mli +++ b/checker/values.mli @@ -38,7 +38,7 @@ type value = | Proxy of value ref (** Same as the inner value, used to define recursive types *) - | Uint63 + | Int64 | Float64 (** NB: List and Opt have their own constructors to make it easy to |
