aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/syntax/type_of.ml2
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 }]