Documentation

Init.Data.Int.ToString

theorem Int.repr_eq_if {a : Int} :
a.repr = if 0 a then a.toNat.repr else "-" ++ (-a).toNat.repr
@[simp]