Module Sqlgg.Parser_stateSource

Sourcetype mode =
  1. | Normal
  2. | Ignore
  3. | Ident
Sourceval mode : mode ref
Sourceval mode_normal : unit -> unit
Sourceval mode_ignore : unit -> unit
Sourceval mode_ident : unit -> unit
Sourcemodule Stmt_metadata : sig ... end
Sourceval current_lexbuf : Lexing.lexbuf option ref
Sourceval with_lexbuf : Lexing.lexbuf -> (unit -> 'a) -> 'a
Sourceval extract_source : (int * int) -> string option