From 36f4b89ea2ea987beab961c1c900ee796cb9ec51 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Thu, 11 Dec 2025 05:16:33 +0000 Subject: UTF8 type --- lib/name.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/name.ml') diff --git a/lib/name.ml b/lib/name.ml index dfc338c..abf6e96 100644 --- a/lib/name.ml +++ b/lib/name.ml @@ -4,7 +4,7 @@ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€*) module Name = struct type t = - Name of string + Name of UTF8.t [@@unboxed] [@@deriving eq, qcheck] -- cgit v1.2.3