Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit fdd512e

Browse files
committed
Updating docs for --runtime-type-checks
1 parent b1f1f42 commit fdd512e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Invokes the `psc` command.
4343
- Turn off optimizations which inline calls to >>= for the Eff monad.
4444
- **noTco**: Boolean value that toggles `--no-tco`
4545
- Turn off tail-call elimination.
46-
- **runtimeTypeChecks**: Boolean value that toggles `--runtime-type-checks`
47-
- Generate simple runtime type checks for function arguments with simple types.
4846
- **verboseErrors**: Boolean value that toggles `--verbose-errors`
4947
- Generate verbose error messages.
5048
- **main**: Boolean or string value that sets `--main` or `--main=<string>`
@@ -74,8 +72,6 @@ Invokes the `psc-make` command.
7472
- Turn off optimizations which inline calls to >>= for the Eff monad.
7573
- **noTco**: Boolean value that toggles `--no-tco`
7674
- Turn off tail-call elimination.
77-
- **runtimeTypeChecks**: Boolean value that toggles `--runtime-type-checks`
78-
- Generate simple runtime type checks for function arguments with simple types.
7975
- **verboseErrors**: Boolean value that toggles `--verbose-errors`
8076
- Generate verbose error messages.
8177
- **browserNamespace**: String value that sets `--browser-namespace=<string>`

0 commit comments

Comments
 (0)