package mirage-block-combinators

  1. Overview
  2. Docs

Parameters

module Dest : B.S

Signature

module B = Mirage_block
type error = [
  1. | `Different_sizes
  2. | `Is_read_only
  3. | `A of From.error
  4. | `B of Dest.write_error
]
val pp_error : Stdlib.Format.formatter -> [< `A of From.error | `B of Dest.write_error | `Different_sizes | `Is_read_only ] -> unit
val v : src:From.t -> dst:Dest.t -> (unit, [> `A of From.error | `B of Dest.write_error | `Different_sizes ]) Stdlib.result Lwt.t