The Racket repository
Go to file
Stevie Strickland 5cc68fdd0f In some ways, I'm still trying to decide exactly what some of these forms mean.
For example, if we're in the java part of a beta-java chain, can we still add
an inner contract?  If so, it should affect each java-style overriding method
until we reach the next beta-style augmenting method.

It can just be confusing, because one might thing that inner in a
contract => needs an augmenting method in the subclass, super => needs
an overriding method in the subclass.  The latter is true, since only
the next immediate method can reach the super class's implementation,
but inner jumps to the next augmenting method, so the former isn't
necessarily true.

svn: r18179
2010-02-19 04:27:44 +00:00
collects In some ways, I'm still trying to decide exactly what some of these forms mean. 2010-02-19 04:27:44 +00:00
doc Normalizing PLAI wrt tree 2010-02-16 20:23:32 +00:00
man/man1 2009 -> 2010 2009-12-22 05:52:15 +00:00
src Welcome to a new PLT day. 2010-02-18 08:50:32 +00:00