sqlgg.lib
Sqlgg.Parser_utils
sqlgg.traits
module type Parser_type = sig ... end
exception Error of exn * int * int * string * string
module Make (T : Parser_type) : sig ... end