module Preorder_Module:Shredded_store_sigs.Shredded_OrderedTypewith type t = preorder
type t
typeencoded_type =char array
val encode : t ->
encoded_type
val decode : encoded_type ->
t
val compare : t ->
t -> int
val fprintf_value : Format.formatter -> t -> unit