Functor Pickle.Write.Utils

module Utils: 
functor (T : Typeable.Typeable) ->
functor (E : Eq.Eq with type a = T.a) -> sig .. end
Parameters:
T : Typeable.Typeable
E : Eq.Eq with type a = T.a

val allocate : T.a -> (Pickle.id -> unit m) -> Pickle.id m
val store_repr : Pickle.id -> Pickle.Repr.t -> unit m