Hi!
I have a few decently sized json types that I am defining with define-json-type.
It would be nice to be able to have something like define-json-type-public so that I don't have to export all of the generated procedures.
Is this possible or is there any kind of workaround other than listing all of the symbols in a module's #:export?
Thanks