package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

merlin-5.7.1-504.tbz
sha256=139b073cf914b38b725c54f75b8b642f654c3498d0a4ba8cfa831ff02a8970d5
sha512=9391d3a0aaa5065a02c6f5faaf7149f8f800c748d9be5ccff6af800ce73bdf418ead72dbeaf6ee7a6cbeae2c8e56285fbe422740ed407bcc4edab889dd1c8f9c

doc/merlin-lib.analysis/Merlin_analysis/Completion/index.html

Module Merlin_analysis.CompletionSource

Sourcetype raw_info = [
  1. | `Constructor of Ocaml_typing.Data_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 Env_lookup.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