#$ Compile and run a basic typeclass with one instance. # 123 class MyStr print-str (self _) -> Unit inst MyStr I32 print-str (self I32) -> Unit println(123) print-str(123)