Resolve collision between class generics and struct generics.
This commit is contained in:
parent
02055aa1b3
commit
94bd484a66
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user