spawnfest / nakaz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'special' checks for user-defined types in transformer

superbobry opened this issue · comments

If record type extractor (see #1) has found a user-defined type we should check

  • that a user has also provided a callback module, described in #8, to nakaz:ensure call,
  • and that this module does contain a transform case for the desired user-defined type.