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