package mirage-block

  1. Overview
  2. Docs
val error_to_string : [< `Disconnected | `Is_read_only | `Unimplemented | `Unknown of string ] -> string
val compare : (module V1_LWT.BLOCK with type t = 'a) -> 'a -> (module V1_LWT.BLOCK with type t = 'b) -> 'b -> [> `Error of [> `Msg of string ] | `Ok of int ] Lwt.t