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
module B = Mirage_block
type error = [
| `A of From_seekable.error |
| `B of Dest.write_error |
| `Different_sizes |
| `Is_read_only |
]
val pp_error :
Format.formatter ->
[< `A of From_seekable.error
| `B of Dest.write_error
| `Different_sizes
| `Is_read_only ] ->
unit
val v :
src:From_seekable.t ->
dst:Dest.t ->
( unit,
[> `A of From_seekable.error | `B of Dest.write_error | `Different_sizes ] )
result
Lwt.t