#$ Generalize functions over typeclass constraints. # 70 class MyAsInt to-int (self _) -> I32 inst MyAsInt I32 to-int (self I32) -> I32 return self fn turn-to-int-and-add-69 (x) return to-int(x) + 69 println(turn-to-int-and-add-69(1))