Overview  Index  Help 

LinkFileLexFun.UserDeclarations

Enclosing Modules:

LinkFileLexFun


structure UserDeclarations =
struct
  type svalue = Tokens.svalue
  type ('a, 'b) token = ('a, 'b) Tokens.token
  type pos = int
  type lexresult = (svaluepostoken
  type arg = {
               comLevel : int ref,
               commonOperations : ParserUtil.PositionMap.operations,
               error : (string * int * int -> unit),
               stringStart : int ref
             }
  val eof
  val inc
  val dec
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 = {
             comLevel : int ref,
             commonOperations : ParserUtil.PositionMap.operations,
             error : (string * int * int -> unit),
             stringStart : int ref
           }

     
Value detail

eof

val eof


inc

val inc


dec

val dec

 


Overview  Index  Help