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