@coffeepot Same crash with this:
proc a[T](b: T): string =
$b
var s = @[a]
Seems to be a general problem with non-concrete types (all type classes?).
@coffeepot Same crash with this:
proc a[T](b: T): string =
$b
var s = @[a]
Seems to be a general problem with non-concrete types (all type classes?).