You are looping through the AST of the **type** , not the actual sequence.
May be you need `getImpl` instead of `getTypeImpl`? <https://play.nim-lang.org/#ix=3nWa>
You are looping through the AST of the **type** , not the actual sequence.
May be you need `getImpl` instead of `getTypeImpl`? <https://play.nim-lang.org/#ix=3nWa>