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