Module Box.Name

type t =
| Internal of int
| Userdef of string
val compare : 'a -> 'a -> int
val print : Stdlib.Format.formatter -> t -> unit