module Byte_units:sig
..end
typet =
[ `Bytes of Int63.t
| `Gigabytes of float
| `Kilobytes of float
| `Megabytes of float
| `Words of Int63.t ]
include Sexpable.S
include Binable.S
include Comparable.S
include Hashable.S
val bytes : t -> Int63.t
val kilobytes : t -> float
val megabytes : t -> float
val gigabytes : t -> float
val words : t -> Int63.t