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