Module type Parameter_sig.Filepath

module type Filepath = sig .. end
signature for normalized pathnames.

exception No_file
raised by set if no file exists and existence is Must_exist.
exception File_exists
raised by set if some file exists and existence is Must_nos_exist.
val existence : Parameter_sig.existence
include Parameter_sig.S