mirage / ocaml-fat

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

Do not define the Fs_error exception inside the functor #24

Closed samoht closed 6 years ago

samoht commented 10 years ago

Because of this. It is impossible to pattern match outside the functor. Or at least, provide a pretty printer for the error to make debugging easier.