fst-0.9.0.1: Finite state transducers

FST.Parse

Synopsis

Documentation

GenericTemplate.hs,v 1.11 20010330 14:24:07 simonmar Exp $

data HappyStk a Source

Constructors

HappyStk a (HappyStk a) 

newtype HappyState b c Source

Constructors

HappyState (Int -> Int -> b -> HappyState b c -> [HappyState b c] -> c) 

data E a Source

Constructors

Ok a 
FailE String 

Instances

returnE :: a -> E aSource

data Def Source

Constructors

Main (NReg String) 
Function Name [String] (NReg String)