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
What about local imports? local import fathom.u32be; foo would function like let.
Alternatively, we could have an expression version of import, which would be more orthogonal and not requre another binder form in the core syntax let {u32be} = import fathom; foo
It would be nice to support breaking up fathom files into multiple modules, especially as files like
opentype.fathom
get larger.I’d imagine imports could go at the top of a file:
And later:
Imports should be qualified by default, and form a DAG.
Some questions:
The text was updated successfully, but these errors were encountered: