racket/collects/tests/generic
Asumu Takikawa 552d6de953 racket/generics: add contract combinator
The generics library now generates a `name/c` macro
for a generic interface `name`. The combinator can be
used to contract instances (or constructors) of a
generic interface across standard contract boundaries.
2012-06-25 20:33:48 -04:00
..
alist.rkt
contract.rkt
custom-hash.rkt
custom-write.rkt
equal+hash.rkt
from-docs.rkt
from-unstable.rkt
iterator.rkt
stream.rkt
struct-form.rkt
tests.rkt