Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Make_seekable (B : V1_LWT.BLOCK) : sig ... end
val sparse_copy :
(module Mirage_block_s.SEEKABLE with type t = 'a) ->
'a ->
(module V1_LWT.BLOCK with type t = 'b) ->
'b ->
[> `Error of [> `Different_sizes | `Msg of string ] | `Ok of unit ] Lwt.t
val copy :
(module V1_LWT.BLOCK with type t = 'a) ->
'a ->
(module V1_LWT.BLOCK with type t = 'b) ->
'b ->
[> `Error of [> `Different_sizes | `Msg of string ] | `Ok of unit ] Lwt.t