Beluga_parser.Lf_parser
module type LF_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
with type state = Parser.state
and type token = Parser.token
and type location = Parser.location