Beluga_parser.Common_parser
Common parser definitions for parsing Beluga signatures.
module type COMMON_PARSER = sig ... end
module Make
(Parser :
Parser_combinator.PARSER
with type token = Located_token.t
and type location = Beluga_syntax.Location.t) :
COMMON_PARSER
with type token = Parser.token
and type location = Parser.location
and type state = Parser.state