Skip to content

Commit

Permalink
Fix -l r4rs-tc parameter - it is actually r4rs/tc.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvallanger authored and leo-ard committed Oct 25, 2024
1 parent 5a5c9da commit 2825a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See the `host/<host>/minify` script of a specific host for details.
The `-l` option allows selecting the Scheme runtime library (located in the
`lib` subdirectory). Here is a list of libraries :
- `r4rs` : Adds all essential R4RS procedures. Includes a REPL that is fully R4RS compliant.
- `r4rs-tc` : Like `r4rs` but with run time type checking.
- `r4rs/tc` : Like `r4rs` but with run time type checking.
- `min`, `max` : Minimal library for small scheme implementations, including a minimal REPL.
- `max-tc` : Like `min` and `max` but with run time type checking.
- `define-macro` : Necessary for using the `define-macro` construct.
Expand Down

0 comments on commit 2825a99

Please sign in to comment.