|
Inner Structure summary |
---|
|
Type summary |
---|
|
|
Datatype summary |
---|
|
DataConstructor summary |
---|
|
Value summary |
---|
|
Exception summary |
---|
|
Type detail |
---|
type statedata = {fin : yyfinstate list, trans : string}
type result = UserDeclarations.lexresult
Datatype detail |
---|
datatype yyfinstate = N of int
DataConstructor detail |
---|
constructor N : int -> yyfinstate
Value detail |
---|
val tab
Exception detail |
---|
exception LexerError
|