package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.18-414.tbz
sha256=f6d6f7a266141e358c1a869612c8135c859185d547ea3ba5c9ad7bb67fe30cc1
sha512=4f272bdb028fd984fef406f7e1eadd0a3ab99d94016316f1b842782b1d1bba2bd50dcf3b4021c2096c6d9b5e5f9f6bae61bedcfd9f933f15c190e01777ef83a9

doc/merlin-lib.utils/Merlin_utils/Lib_config/index.html

Module Merlin_utils.Lib_configSource

When using Merlin as a library, one should use functions provided by this module to customize Merlin's behaviour.

Sourceval set_program_name : string -> unit

set_program sets the name of the program that will be used in error messages.

Sourceval program_name : unit -> string

program () returns the name of the program as registered by set_program. Defaults to "Merlin".

Sourcemodule Json : sig ... end
Sourcemodule System : sig ... end

Merlin spawns child processes for preprocessors (pp and ppx), which can be customized via System

OCaml

Innovation. Community. Security.