Resolve collision between class generics and struct generics.

This commit is contained in:
Vincent St-Amour 2012-05-23 12:04:47 -04:00
parent 02055aa1b3
commit 94bd484a66

View File

@ -1,7 +1,7 @@
#lang scribble/manual #lang scribble/manual
@(require (for-label racket/base racket/generics)) @(require (for-label racket/base racket/generics))
@title[#:tag "struct-generics"]{Generics} @title[#:tag "struct-generics"]{Generic Interfaces}
@; @author[@author+email["Eli Barzilay" "eli@racket-lang.org"] @; @author[@author+email["Eli Barzilay" "eli@racket-lang.org"]
@; @author+email["Jay McCarthy" "jay@racket-lang.org"] @; @author+email["Jay McCarthy" "jay@racket-lang.org"]
@; @author+email["Vincent St-Amour" "stamourv@racket-lang.org"] @; @author+email["Vincent St-Amour" "stamourv@racket-lang.org"]