Module Merlin_kernel.Mreader_extendSource

Sourcetype t
Sourceval stop : t -> unit
Sourceval start : string -> string list -> Mconfig.t -> Msource.t -> t option
Sourceval parse : ?for_completion:Msource.position -> t -> ([ `No_labels of bool ] * [ `Implementation of Ocaml_parsing.Parsetree.structure | `Interface of Ocaml_parsing.Parsetree.signature ]) option
Sourceval reconstruct_identifier : Lexing.position -> t -> string Ocaml_parsing.Location.loc list option
Sourceval print_pretty : Merlin_extend.Extend_protocol.Reader.pretty_parsetree -> t -> string option
Sourceval print_outcomes : Merlin_extend.Extend_protocol.Reader.outcometree list -> t -> string list option
Sourceval print_outcome : Merlin_extend.Extend_protocol.Reader.outcometree -> t -> string option