fst-0.9.0.1: Finite state transducers

FST.TransducerTypes

Documentation

type Sigma a = [a]Source

type Relation a = (Upper a, Lower a)Source

type Upper a = Symbol aSource

type Lower a = Symbol aSource

data Symbol a Source

Constructors

S a 
Eps 

Instances

Eq a => Eq (Symbol a) 
Read a => Read (Symbol a) 
Show a => Show (Symbol a)