Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Status
provides base functions for store statuses.
val t : repo -> t Irmin.Type.t
t
is the value type for t
.
val of_string : repo -> string -> (t, [ `Msg of string ]) Result.result
of_string r str
parses the store status from the string str
, using the base repository r
.