package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.16-501.tbz
sha256=da5bf309b040645c292ae4572cc6a0a700dbd2bcfc996ac13c8e5c3836c21e26
sha512=99eba17b2bdec5411d239093f4e8e11ada79b2b84ae88074a1b46e47eb836bbf8cb7836c472c22e7f9e68cff1b9ea6d9b9989b70055c3277edb4cddc4a86460c

doc/merlin-lib.kernel/Merlin_kernel/Mreader/index.html

Module Merlin_kernel.MreaderSource

Sourcetype parsetree = [
  1. | `Interface of Ocaml_parsing.Parsetree.signature
  2. | `Implementation of Ocaml_parsing.Parsetree.structure
]
Sourcetype comment = string * Ocaml_parsing.Location.t
Sourcetype result = {
  1. lexer_keywords : string list;
  2. lexer_errors : exn list;
  3. parser_errors : exn list;
  4. comments : comment list;
  5. parsetree : parsetree;
  6. no_labels_for_completion : bool;
}
Sourceval with_ambient_reader : Mconfig.t -> Msource.t -> (unit -> 'a) -> 'a
Sourceval parse : ?for_completion:Msource.position -> Mconfig.t -> (Msource.t * parsetree option) -> result
Sourceval print_pretty : Mconfig.t -> Msource.t -> pretty_parsetree -> string
Sourceval print_outcome : Mconfig.t -> Msource.t -> outcometree -> string
Sourceval print_batch_outcome : Mconfig.t -> Msource.t -> outcometree list -> string list
Sourceval reconstruct_identifier : Mconfig.t -> Msource.t -> Lexing.position -> string Ocaml_parsing.Location.loc list
OCaml

Innovation. Community. Security.