package mirage-block-combinators

  1. Overview
  2. Docs

Parameters

module From : B.S
module Dest : B.S

Signature

type error = [
  1. | `A of From.error
  2. | `B of Dest.error
]
val pp_error : Stdlib.Format.formatter -> [< `A of From.error | `B of Dest.error ] -> unit
val v : From.t -> Dest.t -> (int, [> `A of From.error | `B of Dest.error ]) Stdlib.result Lwt.t