package sqlgg

  1. Overview
  2. Docs
module type Parser_type = sig ... end
exception Error of exn * int * int * string * string
module Make (T : Parser_type) : sig ... end