We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example:
(App (Abs "x" (Term "x"))) (Lit "wow") is compiled into "(x => x)('wow')". But it can be beta-reduced to normal form already at compile time: "wow"
(App (Abs "x" (Term "x"))) (Lit "wow")
"(x => x)('wow')"
"wow"