@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?).

Reply via email to