package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.19-414.tbz
sha256=60a630f59203a9ce7047a5f04d0f239945960dac6f38102922e328b6d2657384
sha512=19f8ec152356873e29c05b971a529146bb7079929037c2b35a5c0afb0b3adf662341ee8527282c5fdd16de391d01c2c469fc8629af9e0ae443fa9f42472b70bb

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.