package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val update_loc : ?filename:string -> Lexing.lexbuf -> unit

update_loc lexbuf name update the position informations for the lexer

module type E = sig ... end
module type ERROR = sig ... end
module Make (E : E) : ERROR with type synt_error = E.t
OCaml

Innovation. Community. Security.