Module Fs.Name8bitsSource

Path encoding. 8bits/1char, the simplest encoding but inefficient

Path encoding. 8bits/1char, the simplest encoding but inefficient

Sourcetype t = string

Type of file and directory names

Sourceval equal : t -> t -> bool
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval to_segment : t -> Segment.t
Sourceval of_segment : Segment.t -> t option
Sourceval test : string -> unit