Module Mmdb__Types.Path

type t

A representation of a path in the file system

val pp : Stdlib.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
include Base.Stringable.S with type Path.t := t
val of_string : string -> t
val to_string : t -> string