Module Shredded_store_sigs.Shredded_Basetypes.Preorder_Module

module Preorder_Module: Shredded_store_sigs.Shredded_OrderedType  with type t = preorder

type t 
type encoded_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