racket/collects/typed-scheme/rep
Vincent St-Amour e56663c943 Add a predicate field to base types, which makes checking for
subtyping of value types easier.

However, this means that base types can't be marshaled as before,
since these predicates can't be marshaled. Instead, we now marshal
base types as identifiers that refer to their base type object.
2011-01-31 16:39:13 -05:00
..
filter-rep.rkt Fix for new ->i syntax. 2010-09-10 18:38:02 -04:00
free-variance.rkt add `make-constant' 2010-07-09 13:52:39 -04:00
interning.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
object-rep.rkt Lots more laziness, and useless require removal. 2010-09-09 16:08:03 -04:00
rep-utils.rkt Lots more laziness, and useless require removal. 2010-09-09 16:08:03 -04:00
type-rep.rkt Add a predicate field to base types, which makes checking for 2011-01-31 16:39:13 -05:00