Module Vocab


module Vocab: sig .. end
Vocab implements the alphabet used in finite state acceptor. Here this is done with strings. Note that Vocab is of types Symbols.SYMBOL_SEED and X.X_TYPE.

author: Jeff Heinz last updated : July 8, 2006


include Symbols.SYMBOL_SEED

The following list summarizes the functions in Symbols.SYMBOL_SEED.