Sidekick_sigs
module type EQ = sig ... end
module type ORD = sig ... end
module type HASH = sig ... end
module type PRINT = sig ... end
type 'a printer
= Stdlib.Format.formatter -> 'a -> unit