You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2022. It is now read-only.
As its not possible to define func in adapter modules, it it illegal to write (func (export "exp")). However since we are allowed to define modules and instances, the inline export syntax would make sense. But should we allow it?
I vote no, as it this breaks the design constraint of not requiring special processing of core modules and this would break that. And simply for consistency, we don't allow this for instances either, as it would be the strange odd one out.