package phylogenetics

  1. Overview
  2. Docs

Module type for individual bases (eg, A, T, C, G). Mostly conversion to/from strings and ints

type t
val of_char : char -> t
val of_int : int -> t
val to_int : t -> int
val print_base : t -> unit
val to_string : t -> string
val alphabet_size : int