module Nat0: sig .. end
sig
end
type t = private int
int
val of_int : int -> t
int -> t
of_int n
n
Failure
val unsafe_of_int : int -> t