Module Cpmm_repr.Storage

val zero : t
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
val eq : 'a -> 'b -> bool
val to_michelson_string : t -> string
type exn +=
  1. | Invalid_storage_expr of string

Note: parses a storage unparsed in readable mode (as e.g. returned by Alpha_services.Contract.storage), so that contracts are represented by strings.

val valid : t -> bool