doc update

pull/2/head
Matthew Butterick 9 years ago
parent d2e4d7a555
commit d89358fbf3

@ -14,6 +14,9 @@
A set of small but handy functions for improving the readability and reliability of programs that operate on tagged X-expressions (for short, @italic{txexpr}s).
I thank Alexis King for helpful suggestions on the typed version.
@section{Installation}
At the command line:
@ -32,6 +35,8 @@ Safe mode enables the function contracts documented below. Use safe mode by impo
The typed version is invoked as @code{(require typed/txexpr)}. The typed version is implemented ``natively'' in the sense that it is compiled separately with type annotations. It is not a @racket[require/typed] wrapper around the untyped code. This avoids the contract barrier that is otherwise automatically imposed between typed and untyped code.
@margin-note{I explain more about this cross-compiling technique in @link["http://unitscale.com/mb/technique/dual-typed-untyped-library.html"]{Making a dual typed / untyped Racket library}.}
@section{Whats a txexpr?}

Loading…
Cancel
Save