Strand names. There are various conventions for referring to the
two strands of DNA. This module provides an of_string
function
that parses the various conventions into a canonical
representation, which we define to be '-' or '+'.
module Biocaml_strand:
sig
typet = private
char
val minus_plus : t -> char
end