dawg-ord-0.2: Directed acyclic word graphs

Safe HaskellSafe
LanguageHaskell98

Data.DAWG.Gen.Types

Description

Basic types used throughout the library.

Synopsis

Documentation

type ID = Int Source

Node identifier.

type Sym = Int Source

Internal representation of an alphabet element.

type Val = Int Source

Internal representation of an automaton value.