type Degree = distinct int proc `$`(x: Degree): string = $(x.int / 37).int converter toDegree(x: int): Degree = x.Degree let thing: Degree = 370 echo thing