Beluga_parser.Application_disambiguationDisambiguation of expression applications with user-defined operators and juxtapositions.
module type EXPRESSION = sig ... endmodule type APPLICATION_DISAMBIGUATION = sig ... endmodule Make_application_disambiguation
(Expression : EXPRESSION with type location = Beluga_syntax.Location.t) :
APPLICATION_DISAMBIGUATION with type expression = Expression.t