biocaml.ez
Biocaml_ez.Strand
biocaml.base
biocaml.unix
include module type of struct include Biocaml_unix.Strand end
type t = private char
Only valid values are '-' or '+'.
val minus : t
val plus : t
val minus_plus : t -> char
Return '-' or '+'.
val rev_fwd : t -> string
Return "rev" or "fwd".
val of_string : string -> t