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.SEEKABLE
module Dest : Mirage_block_lwt_s.S
Signature
module B = Mirage_block
val pp_error :
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 ] )
result
Lwt.t