This commit is contained in:
Emery Hemingway 2021-09-08 11:20:07 +02:00
parent a7acd971d2
commit efbf9af7ba
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ proc nimTypeOf(scm: Schema; known: var TypeTable; sn: SchemaNode; name = ""): PN
nimTypeOf(scm, known, sn.child))
of snkDictOf:
result = nkBracketExpr.newNode.add(
ident"Table",
ident"TableRef",
nimTypeOf(scm, known, sn.nodes[0]),
nimTypeOf(scm, known, sn.nodes[1]))
of snkRecord: