aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0663eec..630f82e 100644
--- a/README.md
+++ b/README.md
@@ -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>`