module Filepath:sig
..end
Type-safe strings representing normalized filepaths.
See module Filepath.Normalized
.
include Datatype.S_with_collections
val of_string : ?existence:Filepath.existence -> ?base_name:string -> string -> Datatype.t
val concat : ?existence:Filepath.existence -> Datatype.t -> string -> Datatype.t
val pp_abs : Stdlib.Format.formatter -> Datatype.t -> unit
val dummy : Datatype.t