summaryrefslogtreecommitdiff
path: root/lib/name.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/name.ml')
-rw-r--r--lib/name.ml2
1 files changed, 1 insertions, 1 deletions
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]