You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6226db2ceb
The docs say that `(λ (x) null)` is the default `replace-proc` for `splitf-txexpr`. This disagrees with the code, which uses `deleted-signal`. Since there is a use case for conditionally removing elements, `(provide deleted-signal)` and correct the docs. |
5 years ago | |
---|---|---|
txexpr | 5 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 6 years ago | |
LGPL.txt | 9 years ago | |
LICENSE | 9 years ago | |
README.md | 9 years ago | |
info.rkt | 9 years ago |
README.md
txexpr
Convenience functions for working with HTML-style tagged X-expressions in Racket 6.0+.
Install from the command line like so:
raco pkg install txexpr
Then require it in your Racket file, in standard mode:
(require txexpr)
In safe mode (with contracts):
(require (submod txexpr safe))
Full docs are installed with the package. You can also read the docs here.