module File: sig .. end
sig
end
type t
val from_string : string -> t
string -> t
val to_string : t -> string
t -> string