Beluga_parser.Meta_parser
module type META_PARSER = sig ... end
module Make
(Parser :
Common_parser.COMMON_PARSER
with type token = Located_token.t
and type location = Beluga_syntax.Location.t)
(Lf_parser :
Lf_parser.LF_PARSER
with type state = Parser.state
and type token = Parser.token
and type location = Parser.location)
(Clf_parser :
Clf_parser.CLF_PARSER
with type state = Parser.state
and type token = Parser.token
and type location = Parser.location) :
META_PARSER
with type state = Parser.state
and type token = Parser.token
and type location = Parser.location