diff options
author | eric thul <thul.eric@gmail.com> | 2014-11-20 16:24:19 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2014-11-20 16:24:19 -0500 |
commit | 794858ad45b0943e966288109b4f20aa360f39d2 (patch) | |
tree | 437d0b5cc2c3c7404257d622713e224b8acbcba7 /README.md | |
parent | 5e41b0144e84a136c6c21e936cb28a05002f672b (diff) | |
parent | 63ecec203a89b3084b3f3518063998e23a29a83b (diff) | |
download | purs-loader-794858ad45b0943e966288109b4f20aa360f39d2.tar.gz purs-loader-794858ad45b0943e966288109b4f20aa360f39d2.tar.zst purs-loader-794858ad45b0943e966288109b4f20aa360f39d2.zip |
Merge branch 'topic/bug-fixes'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,8 +20,6 @@ npm install purs-loader --save-dev | |||
20 | - Turn off optimizations which inline calls to >>= for the Eff monad. | 20 | - Turn off optimizations which inline calls to >>= for the Eff monad. |
21 | - **no-tco**: Boolean value that toggles `--no-tco` | 21 | - **no-tco**: Boolean value that toggles `--no-tco` |
22 | - Turn off tail-call elimination. | 22 | - Turn off tail-call elimination. |
23 | - **runtime-type-checks**: Boolean value that toggles `--runtime-type-checks` | ||
24 | - Generate simple runtime type checks for function arguments with simple types. | ||
25 | - **verbose-errors**: Boolean value that toggles `--verbose-errors` | 23 | - **verbose-errors**: Boolean value that toggles `--verbose-errors` |
26 | - Generate verbose error messages. | 24 | - Generate verbose error messages. |
27 | - **output**: String value that sets `--output=<string>` | 25 | - **output**: String value that sets `--output=<string>` |