Beluga_parser.Harpoon_parser
module type HARPOON_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 :
Comp_parser.COMP_PARSER
with type state = Parser.state
and type token = Parser.token
and type location = Parser.location) :
HARPOON_PARSER
with type state = Parser.state
and type token = Parser.token
and type location = Parser.location