error: type_info is not yet implemented --> examples/0619-comptime-metatype-type-info.sx:19:43 | 19 | ShapeCopy :: define(declare("ShapeCopy"), type_info(Shape)); | ^^^^^^^^^ error: cannot infer enum type for '.circle' — use an explicit type or assign to a typed variable --> examples/0619-comptime-metatype-type-info.sx:30:14 | 30 | describe(.circle(2.5)); | ^^^^^^^ error: cannot infer enum type for '.rect' — use an explicit type or assign to a typed variable --> examples/0619-comptime-metatype-type-info.sx:31:14 | 31 | describe(.rect(7)); | ^^^^^