biocaml.ez
Biocaml_ez.Seq_range
biocaml.base
biocaml.unix
include module type of struct include Biocaml_unix.Seq_range end
module type Identifier = Biocaml_unix.Seq_range.Identifier
module Make = Biocaml_unix.Seq_range.Make
include sig ... end
type t = Core.String.t * Biocaml_unix.Range.t
val compare : t Base__Ppx_compare_lib.compare
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val seq : t -> Core.String.t
val size : t -> int
val to_string : t -> string
String representation of a sequence range, as <seq>:<start>-<end>
val of_string : string -> t Core.Or_error.t
Parses a string representation of a sequence range, as <seq>:<start>-<end>
val make : Core.String.t -> int -> int -> t