package phylogenetics

  1. Overview
  2. Docs

List-based constructor (no particular reason to use it)

Parameters

module B : Base

Signature

type base = B.t
type t
val get : t -> int -> base
val length : t -> int
val of_list : base list -> t
val of_string_exn : string -> t
val to_string : t -> string
val pp : Format.formatter -> t -> unit