Module Bigfile

type fpath = string
type bigbytes = ( int, Bigarray.int8_unsigned_elt, Bigarray.c_layout ) Bigarray.Array1.t
val read : fpath -> ( bigbytes, string ) Stdlib.result
val write : fpath -> bigbytes -> ( unit, string ) Stdlib.result