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