Module FsSource

Sourceval failwithf : ('a, Format.formatter, unit, 'b) format4 -> 'a
Sourceval (let*) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
Sourcemodule Blk : sig ... end
include sig ... end
Sourcetype blk = Blk.t
Sourceval format : blk -> total_sectors:int -> unit
Sourceval create : blk -> (blk Mfat.t, [> `Msg of string ]) result
Sourceval ls : blk Mfat.t -> string -> (Mfat.entry list, [> `Msg of string ]) result
Sourceval read : blk Mfat.t -> string -> (string, [> `Msg of string ]) result
Sourceval to_seq : blk Mfat.t -> string -> (string Seq.t, [> `Msg of string ]) result
Sourceval write : blk Mfat.t -> string -> string -> (unit, [> `Msg of string ]) result
Sourceval of_seq : blk Mfat.t -> string -> string Seq.t -> (unit, [> `Msg of string ]) result
Sourceval mkdir : blk Mfat.t -> string -> (unit, [> `Msg of string ]) result
Sourceval remove : blk Mfat.t -> string -> (unit, [> `Msg of string ]) result
Sourceval exists : blk Mfat.t -> string -> bool
Sourceval stat : blk Mfat.t -> string -> (Mfat.entry, [> `Msg of string ]) result
Sourceval with_image : string -> (blk Mfat.t -> ('a, [> `Msg of string ] as 'b) result) -> ('a, 'b) result