package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.16-414.tbz
sha256=c5e91975f3df56849e1b306f356c31709a2b139d7d57634b8d21e473266fcf2d
sha512=1d2db379b496dc0b95874f312011cce1a48f6808e098f1aff768de0eef0caff222adc17ab61b85c7aac8d889bf9d829fb5d0211267c7a85572ce201c1cbcb990

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 Namespaced_path.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.