package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val for_completion : t -> Lexing.position -> bool * t
val initial_position : t -> Lexing.position
val tokens : t -> triple list
val keywords : t -> string list
val errors : t -> exn list
val comments : t -> (string * Ocaml_parsing.Location.t) list
val reconstruct_identifier : Mconfig.t -> Msource.t -> Lexing.position -> string Ocaml_parsing.Location.loc list
val identifier_suffix : string Ocaml_parsing.Location.loc list -> string Ocaml_parsing.Location.loc list