mirage / ocaml-fat

Read and write FAT format filesystems from OCaml
ISC License
26 stars 18 forks source link

add `mem`; remove custom `result`; better error reporting #46

Closed yomimono closed 7 years ago

yomimono commented 7 years ago

https://github.com/mirage/mirage/issues/147 requests all implementors of KV_RO to provide a mem function. Add one, and try improving code hygiene while we're at it.