Nim allows `var list: seq[Parent]; list.add Child()` which is pretty much the 
same as `let list: seq[Parent] = @[Child()]`. Inconsistent, same thing working 
one way but not another.

Reply via email to