Module type At_most.VERSIONED

type 'a ty
module Stable : sig ... end
type 'a t = 'a Stable.V1.t
include S with type 'a t := 'a t
include Sigs.Hash_foldable.S1 with type 'a t := 'a t
val hash_fold_t : 'a Sigs.hashable -> 'a t Sigs.hashable
include Sigs.Comparable.S1 with type 'a t := 'a t
val compare : 'a Sigs.comparable -> 'a t Sigs.comparable
val equal : 'a Sigs.equalable -> 'a t Sigs.equalable
include Sigs.Jsonable.S1 with type 'a t := 'a t
val to_yojson : 'a Sigs.jsonable -> 'a t Sigs.jsonable
val of_yojson : 'a Sigs.maybe_json -> 'a t Sigs.maybe_json
include Pickles_types.Sigs.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : ( Sexplib0__.Sexp.t -> 'a ) -> Sexplib0__.Sexp.t -> 'a t
val sexp_of_t : ( 'a -> Sexplib0__.Sexp.t ) -> 'a t -> Sexplib0__.Sexp.t