sig
type t
val equal : Biocaml_strandName.t -> Biocaml_strandName.t -> bool
val compare : Biocaml_strandName.t -> Biocaml_strandName.t -> int
exception Bad of string
val of_string : string -> Biocaml_strandName.t option
val of_string_exn : string -> Biocaml_strandName.t
val to_string : Biocaml_strandName.t -> string
val minus_plus : Biocaml_strandName.t -> string
val rev_fwd : Biocaml_strandName.t -> string
end