module Name : sig ... endSourcetype error = | Is_file of string * Path.t| Is_directory of string * Path.t| No_such_file_or_directory of string * Path.t| File_or_directory_exists of string * Path.t| Path_decode_failure of Plebeia.Segment.t| Other of string * string
Sourceval split : 'a list -> 'a list * 'a