package biotk

  1. Overview
  2. Docs

Alphabet representation

This module provides a functor to generate modules that implement an alphabet datatype. Internally, elements of the alphabet are represented as simple char values but this is hidden by the module signature to make sure we only manipulate valid characters of a given alphabet.

module type S = sig ... end
module Make (_ : sig ... end) : S
OCaml

Innovation. Community. Security.