Biocaml_ez.Seq_rangeinclude module type of struct include Biocaml_unix.Seq_range endmodule type Identifier = Biocaml_unix.Seq_range.Identifiermodule Make = Biocaml_unix.Seq_range.Makeval of_string : string -> t Core_kernel.Or_error.tParses a string representation of a sequence range, as <seq>:<start>-<end>
val make : Core_kernel.String.t -> int -> int -> t