From 872916a5661e31b655471ec0f9bf81a5474bc1ba Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 28 Oct 2023 13:52:38 +0200 Subject: Updated the tests --- lib/syntax/type_of.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/syntax') 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 }] -- cgit v1.2.3