package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.17.1-501.tbz
sha256=376707aa871f09e9639456d3fbe4b89a21c9ad75c774e94cbbbe67f842b0a500
sha512=a11ea4b8e3520b3ee41ae8198cda34b2816b8dfcdcb99350ef29689a7d62bb66d17ffa075c551aa56d521120b55e6db14a106a31f7b3970ed2aa07e1db3c9b88

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.