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 has been archived by the owner on Oct 18, 2021. It is now read-only.
What would be the best way to handle this? --export looking for an expression at the end of the file instead of exporting all top-level declarations? I.e.
let foo =???let bar =???function (x: int) -> foo (bar x)
is a valid Amulet file?
More likely there's a better way, but I haven't been able to think of it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to emulate
in Amulet? The best that I can do is generating a table with
--export
:The text was updated successfully, but these errors were encountered: