diff options
author | Chimrod <> | 2023-10-28 13:52:38 +0200 |
---|---|---|
committer | Chimrod <> | 2023-11-02 11:06:12 +0100 |
commit | 872916a5661e31b655471ec0f9bf81a5474bc1ba (patch) | |
tree | db18486f978ec97b8ddb4d4ce4e810ccd5cbf7e7 /lib | |
parent | 8a7bdc73a7c65d23c79e1c470ba0fbff975b59a5 (diff) |
Updated the tests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/syntax/type_of.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax/type_of.ml b/lib/syntax/type_of.ml index 485fbe2..d0bf31d 100644 --- a/lib/syntax/type_of.ml +++ b/lib/syntax/type_of.ml @@ -6,7 +6,7 @@ module Helper = struct | Bool (** A boolean, not a real type *) | String (** String value *) | NumericString - [@printer fun fmt _ -> Format.pp_print_string fmt "Integer"] + [@printer fun fmt _ -> Format.pp_print_string fmt "Integer as String"] (** String containing a numeric value *) [@@deriving show { with_path = false }] |