package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.0.tbz
sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81
sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c

doc/dune-rpc.private/Dune_rpc_private/Diagnostic/index.html

Module Dune_rpc_private.DiagnosticSource

Sourcetype severity =
  1. | Error
  2. | Warning
Sourcemodule Promotion : sig ... end
Sourcemodule Id : sig ... end
Sourcetype t = {
  1. targets : Target.t list;
  2. id : Id.t;
  3. message : unit Pp.t;
  4. loc : Loc.t option;
  5. severity : severity option;
  6. promotion : Promotion.t list;
  7. directory : string option;
  8. related : Related.t list;
}
Sourceval to_dyn : t -> Dyn.t
Sourceval id : t -> Id.t
Sourceval loc : t -> Loc.t option
Sourceval message : t -> unit Pp.t
Sourceval severity : t -> severity option
Sourceval promotion : t -> Promotion.t list
Sourceval targets : t -> Target.t list
Sourceval directory : t -> string option
Sourcemodule Event : sig ... end
OCaml

Innovation. Community. Security.