We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95026fc commit fe44756Copy full SHA for fe44756
1 file changed
README.md
@@ -63,6 +63,9 @@ The following options are supported:
63
64
--no-prelude
65
Do not include the Prelude in the generated Javascript.
66
+
67
+ --magic-do
68
+ Overload the `do` keyword to inline calls to `bind` for the `Eff` monad, to generate more efficient code.
69
70
## Motivation
71
0 commit comments