package elpi

  1. Overview
  2. Docs
type t = int
val compare : t -> t -> int
include Show with type t := int
val pp : Stdlib.Format.formatter -> int -> unit
val show : int -> string