To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
type t =
| TooFewShards
| TooManyShards
| TooFewDataShards
| TooManyDataShards
| TooFewParityShards
| TooManyParityShards
| TooFewBufferShards
| TooManyBufferShards
| IncorrectShardSize
| TooFewShardsPresent
| EmptyShard
| InvalidShardFlags
| InvalidIndex
module Exn : sig ... end
val to_exn : t -> exn
val unwrap : ('a, t) result -> 'a