Module type Types.TYPE_TO_INT

Types that can be injected into int

include TYPE
include PRINTABLE
type t
val pp : t pp
val compare : t -> t -> int
val order : t -> t -> order
val equal : t -> t -> bool
val hash : t -> int
val to_int : t -> int