Costlang.Num
Int or float
type t =
| Int of int
| Float of float
val pp : Stdlib.Format.formatter -> t -> unit
val add : t -> t -> t
val mul : t -> t -> t
val compare : t -> t -> int