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