package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `stat_error of Core.Error.t
  2. | `does_not_exist
  3. | `is_a_dir
  4. | `undigestable of Kind.t
  5. | `digest_error of Core.Error.t
  6. | `digest of Digest.t
]