Module type Alphabet.T

module type T = sig .. end

An alphabet.


type t 

A letter.

val eq : t -> t -> bool
val to_string : t -> string
val compare : t -> t -> int