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/Std/index.html

Module Merlin_utils.StdSource

Sourcetype json = [
  1. | `Assoc of (string * json) list
  2. | `Bool of bool
  3. | `Float of float
  4. | `Int of int
  5. | `List of json list
  6. | `Null
  7. | `String of string
]
Sourcemodule Json : sig ... end
Sourcemodule Hashtbl : sig ... end
Sourcemodule List : sig ... end
Sourcemodule Option : sig ... end
Sourcemodule Result : sig ... end
Sourcemodule String : sig ... end
Sourceval sprintf : ('a, unit, string) format -> 'a
Sourcemodule Format : sig ... end
Sourcemodule Lexing : sig ... end
Sourcemodule Char : sig ... end
Sourcemodule Glob : sig ... end
Sourceval fprintf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
Sourceval lazy_eq : 'a Lazy.t -> 'a Lazy.t -> bool
Sourceval let_ref : 'a ref -> 'a -> (unit -> 'b) -> 'b
Sourceval failwithf : ('a, unit, string, 'b) format4 -> 'a
Sourcemodule Shell : sig ... end
Sourcemodule System : sig ... end
Sourceval modules_in_path : ext:string -> string list -> string list
Sourceval file_contents : string -> string
Sourceval reraise : exn -> 'a
Sourcetype 'a with_workdir = {
  1. workdir : string;
  2. workval : 'a;
}

Some value that must be interpreted with respect to a specific work directory. (e.g. for resolving relative paths or executing sub-commands

Sourceval dump_with_workdir : ('a -> json) -> 'a with_workdir -> json
OCaml

Innovation. Community. Security.