package dkml-install-runner

  1. Overview
  2. Docs

Module Dkml_install_runner.Error_handlingSource

Sourceval runner_fatal_log : id:string -> string -> unit
Sourceval catch_and_exit_on_error : id:string -> (unit -> 'a) -> 'a
Sourceval continue_or_exit : 'a Dkml_install_api.Forward_progress.t -> 'a
Sourceval map_rresult_error_to_progress : ('a, Rresult.R.msg) result -> 'a Dkml_install_api.Forward_progress.t
Sourceval map_msg_error_to_progress : ('a, [< `Msg of string ]) result -> 'a Dkml_install_api.Forward_progress.t
Sourceval map_string_error_to_progress : ('a, string) result -> 'a Dkml_install_api.Forward_progress.t
Sourcemodule Let_syntax : sig ... end

Error monad with errors of type string, for use in ppx_let.

Sourcemodule Monad_syntax : sig ... end
OCaml

Innovation. Community. Security.