zen-lang / zen

Library for model driven systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`:keyname-schemas` & `:schema-key` on any symbol

KGOH opened this issue · comments

Both of these instructions expect the symbol to be a schema

(not (contains? tags 'zen/schema))

(-> (node-vtx&log vtx* [:keyname-schemas schema-key] [schema-key])

Both of them in their zen definition could require a symbol to be tagged with `zen/schema

agreed