We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepend something like:
(defmodule {{filename}} (export all) (export-macro all)) ; may have to parse forms for this
and pass '[return binary] to lfe_comp:file/2. See bin/lfedoc for more tricks.
'[return binary]
lfe_comp:file/2
bin/lfedoc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prepend something like:
and pass
'[return binary]
tolfe_comp:file/2
. Seebin/lfedoc
for more tricks.The text was updated successfully, but these errors were encountered: