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