package irmin-chunk

  1. Overview
  2. Docs
include Irmin.Contents.S0
type t

The type for contents.

val t : t Irmin.Type.t

t is the value type for t.

val pp : t Fmt.t

pp pretty-prints contents.

val of_string : string -> (t, [ `Msg of string ]) Result.result

of_string parses contents.