package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val stop : t -> unit
val start : string -> string list -> Mconfig.t -> Msource.t -> t option
val parse : ?for_completion:Msource.position -> t -> ([ `No_labels of bool ] * [ `Implementation of Ocaml_parsing.Parsetree.structure | `Interface of Ocaml_parsing.Parsetree.signature ]) option
val reconstruct_identifier : Lexing.position -> t -> string Ocaml_parsing.Location.loc list option
val print_pretty : Merlin_extend.Extend_protocol.Reader.pretty_parsetree -> t -> string option
val print_outcomes : Merlin_extend.Extend_protocol.Reader.outcometree list -> t -> string list option
val print_outcome : Merlin_extend.Extend_protocol.Reader.outcometree -> t -> string option