Hello, I'm building a library module using typed/racket, and wanted to provide macros associated with some of the typed functions to untyped modules.
Naturally macros from typed/racket cannot be used by untyped code, so I was experimenting with some organization options to isolate the macros in an untyped environment... I thought about using another module that requires the TR code and define the macros in untyped, or maybe a submodule in untyped defining the macros inside the typed code, or vice-versa. Any suggestions on the best way to architect this? Thanks - Rodrigo -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.