aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2014-11-20 16:22:27 -0500
committereric thul <thul.eric@gmail.com>2014-11-20 16:22:27 -0500
commit1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d (patch)
treef4a781aa1575a6fb8de35908e1db99d00751f140 /README.md
parent5e41b0144e84a136c6c21e936cb28a05002f672b (diff)
downloadpurs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.tar.gz
purs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.tar.zst
purs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.zip
Removing --runtime-type-checks
Resolves issue #1
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>`