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
{#enum my_enum as MyEnum {underscoreToCase} #}
{#fun unsafe my_func as ^ { `MyEnum' } -> `()' #}
This works as expected. If, though, I move #fun hook into separate module and use #import, then I get an error about unknown default marshaller. I suspect that this needs a change in interface files format.