mirage-block-lwt
Block signatures and implementations for MirageOS using Lwt
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library mirage-block-lwt
Parameters
module From : Mirage_block_lwt_s.S
module Dest : Mirage_block_lwt_s.S
Signature
val pp_error :
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 ] ) result Lwt.t