Beluga_parser.Lf_disambiguationmodule type LF_DISAMBIGUATION = sig ... endAbstract definition of stateful disambiguation from the parser syntax to the external syntax for pure LF kinds, types and terms.
module Make
(Disambiguation_state : Disambiguation_state.DISAMBIGUATION_STATE) :
LF_DISAMBIGUATION with type state = Disambiguation_state.stateFunctor building an instance of LF disambiguation.