|
structure UserDeclarations =
struct
type svalue = Tokens.svalue
type ('a, 'b) token = ('a, 'b) Tokens.token
type pos = int
type lexresult = (svalue, pos) token
type arg = {error : (string * int * int -> unit)}
val eof
end
Type detail |
---|
type svalue = Tokens.svalue
type ('a, 'b) token = ('a, 'b) Tokens.token
type pos = int
type lexresult = (svalue, pos) token
type arg = {error : (string * int * int -> unit)}
Value detail |
---|
val eof
|