package acgtk

  1. Overview
  2. Docs
type location = Stdlib.Lexing.position * Stdlib.Lexing.position
val update_loc : ?filename:string -> Stdlib.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