Module Biocaml_ez.StrandSource

include module type of struct include Biocaml_unix.Strand end
Sourcetype t = private char

Only valid values are '-' or '+'.

Sourceval minus : t
Sourceval plus : t
Sourceval minus_plus : t -> char

Return '-' or '+'.

Sourceval rev_fwd : t -> string

Return "rev" or "fwd".

Sourceval of_string : string -> t