Overview  Index  Help 

ParamPatternLexFun.UserDeclarations

Enclosing Modules:

ParamPatternLexFun


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

 
Type detail

svalue

type svalue = Tokens.svalue


token

type ('a, 'b) token = ('a, 'b) Tokens.token


pos

type pos = int


lexresult

type lexresult = (svaluepostoken


arg

type arg = {error : (string * int * int -> unit)}

     
Value detail

eof

val eof

 


Overview  Index  Help