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.analysis/Merlin_analysis/Completion/index.html

Module Merlin_analysis.CompletionSource

Sourcetype raw_info = [
  1. | `Constructor of Ocaml_typing.Types.constructor_description
  2. | `Modtype of Ocaml_typing.Types.module_type
  3. | `Modtype_declaration of Ocaml_typing.Ident.t * Ocaml_typing.Types.modtype_declaration
  4. | `None
  5. | `String of string
  6. | `Type_declaration of Ocaml_typing.Ident.t * Ocaml_typing.Types.type_declaration
  7. | `Type_scheme of Ocaml_typing.Types.type_expr
  8. | `Variant of string * Ocaml_typing.Types.type_expr option
]
Sourceval raw_info_printer : raw_info -> [ `String of string | `Print of Merlin_extend.Extend_protocol.Reader.outcometree | `Concat of string * Merlin_extend.Extend_protocol.Reader.outcometree ]
Sourceval branch_complete : Merlin_kernel.Mconfig.t -> ?get_doc: ([> `Completion_entry of Namespace.t * Ocaml_typing.Path.t * Ocaml_parsing.Location.t ] -> [> `Found of string ]) -> ?target_type:Ocaml_typing.Types.type_expr -> ?kinds:Query_protocol.Compl.kind list -> keywords:string list -> string -> Merlin_kernel.Mbrowse.t -> raw_info Query_protocol.Compl.raw_entry list
Sourceval expand_prefix : global_modules:string list -> ?kinds:Query_protocol.Compl.kind list -> Ocaml_typing.Env.t -> string -> raw_info Query_protocol.Compl.raw_entry list
OCaml

Innovation. Community. Security.