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