about summary refs log tree commit diff
path: root/lib/Ident.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Ident.ml')
-rw-r--r--lib/Ident.ml9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Ident.ml b/lib/Ident.ml
deleted file mode 100644
index 81c6575..0000000
--- a/lib/Ident.ml
+++ /dev/null
@@ -1,9 +0,0 @@
-type t = Yuujinchou.Trie.path
-
-type local = string option
-
-let to_local : t -> local option = function
-  | name :: [] -> Some (Some name)
-  | _ -> None
-
-let pp = Fmt.list ~sep:(Fmt.const Fmt.char '.') Fmt.string