Overview  Index  Help 

LinkFileLexFun.Internal

Enclosing Modules:

LinkFileLexFun


structure Internal =
struct
  structure StartStates =
  struct datatype yystartstate = STARTSTATE of int val A val INITIAL end
  type statedata = {fin : yyfinstate list, trans : string}
  type result = UserDeclarations.lexresult
  datatype yyfinstate = N of int
  exception LexerError
  val tab
end

 
Type detail

statedata

type statedata = {fin : yyfinstate list, trans : string}


result

type result = UserDeclarations.lexresult

 
Datatype detail

yyfinstate

datatype yyfinstate = N of int

 
DataConstructor detail

N

constructor N : int -> yyfinstate

 
Value detail

tab

val tab

 
Exception detail

LexerError

exception LexerError


Overview  Index  Help