sig
  type t = private int
  type outer_t = int
  val to_string : t -> string
  val print : Batteries.Format.formatter -> t -> unit
  val o : outer_t -> t
  val a : t
  val ns : t
  val cname : t
  val ptr : t
  val hinfo : t
  val mx : t
  val random : unit -> int
end