diff options
| author | 2025-01-19 12:32:15 -0500 | |
|---|---|---|
| committer | 2025-01-19 12:32:15 -0500 | |
| commit | 8aad8c9a0a535af721d0e72613ca5f5d3171017e (patch) | |
| tree | 338a6e4d63fbfe697b0f381a8e66e9acd6f8674a /README.md | |
| parent | fix (diff) | |
rename
Diffstat (limited to '')
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,9 +1,5 @@ -A test runner that writes s-expressions to the default output port. - -Since some expressions are not printable by default (like records), -this library offers `(add-displayable! predicate transformer)`, -which will apply `transformer` to any value that satisfies `predicate` -in that test runner. This will override any previous operation. +A test runner that writes s-expressions to the default output port. Read +the documentation for more information. To use, just import `(mcgoron srfi 64)` and use `(factory)` to make a new test runner. |
