This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ Invokes the `psc` command.
43
43
- Turn off optimizations which inline calls to >>= for the Eff monad.
44
44
- ** noTco** : Boolean value that toggles ` --no-tco `
45
45
- 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.
48
46
- ** verboseErrors** : Boolean value that toggles ` --verbose-errors `
49
47
- Generate verbose error messages.
50
48
- ** main** : Boolean or string value that sets ` --main ` or ` --main=<string> `
@@ -74,8 +72,6 @@ Invokes the `psc-make` command.
74
72
- Turn off optimizations which inline calls to >>= for the Eff monad.
75
73
- ** noTco** : Boolean value that toggles ` --no-tco `
76
74
- 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.
79
75
- ** verboseErrors** : Boolean value that toggles ` --verbose-errors `
80
76
- Generate verbose error messages.
81
77
- ** browserNamespace** : String value that sets ` --browser-namespace=<string> `
You can’t perform that action at this time.
0 commit comments