|
structure StartStates =
struct
datatype yystartstate = STARTSTATE of int val A val DC val F val INITIAL val S
end
Datatype detail |
---|
datatype yystartstate = STARTSTATE of int
DataConstructor detail |
---|
constructor STARTSTATE : int -> yystartstate
Value detail |
---|
val A
val DC
val F
val INITIAL
val S
|