dawg-0.8.2: Directed acyclic word graphs

Safe HaskellSafe
LanguageHaskell2010

Data.DAWG.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.