flipstone / json-fleece

Extensible JSON Schemas for Haskell
MIT License
2 stars 1 forks source link

Transforms digit prefixes to import qualifiers #9

Closed jbrechtel closed 1 year ago

jbrechtel commented 1 year ago

This applies the same digit-prefix transformation that we use on module and type names to import qualifications, too, so that generated code that references these digit-prefixed Schema elements will be usable.