package merlin-lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Merlin's libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
merlin-5.8-505.tbz
sha256=5642cde8486a84aad98fa5c590b70e8dcc6074d7fbdb3b9b8c46b2c5b42f653b
sha512=1d7a7751157e393d3ae248ef5ae24a6b4e81430666c61cc51a3d0ec35804523317036f3d7a3c7f18a7554337f4e5f5989fb677865b261ece3fd2b317903570ba
doc/merlin-lib.kernel/Merlin_kernel/Mconfig/index.html
Module Merlin_kernel.MconfigSource
OCaml commandline parsing
Source
type ocaml = {include_dirs : string list;no_std_include : bool;unsafe : bool;classic : bool;principal : bool;real_paths : bool;threads : [ `None | `Threads | `Vmthreads ];recursive_types : bool;strict_sequence : bool;applicative_functors : bool;nopervasives : bool;strict_formats : bool;open_modules : string list;ppx : string Merlin_utils.Std.with_workdir list;pp : string Merlin_utils.Std.with_workdir option;warnings : Ocaml_utils.Warnings.state;
}Merlin high-level settings
Source
type merlin = {build_path : string list;source_path : string list;cmi_path : string list;cmt_path : string list;index_files : string list;extensions : string list;suffixes : (string * string) list;stdlib : string option;source_root : string option;unit_name : string option;wrapping_prefix : string option;reader : string list;protocol : [ `Json | `Sexp ];log_file : string option;log_sections : string list;config_path : string option;use_ppx_cache : bool;exclude_query_dir : bool;flags_to_apply : string list Merlin_utils.Std.with_workdir list;flags_applied : string list Merlin_utils.Std.with_workdir list;failures : string list;extension_to_reader : (string * string) list;cache_lifespan : int;
}Some flags affecting queries
Source
type query = {filename : string;directory : string;printer_width : int;verbosity : Verbosity.t;
}Main configuration
Source
val merge_merlin_config :
Mconfig_dot.config ->
merlin ->
failures:string list ->
config_path:string ->
merlinSource
val parse_arguments :
wd:string ->
warning:(string -> unit) ->
'a Merlin_utils.Marg.spec list ->
string list ->
t ->
'a ->
t * 'aComputing project paths
Accessors for other information
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page