login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Tagged Questions
stats
newest
featured
hot
votes
active
10
votes
4
answers
260 views
Higher-kinded generics in Java
Suppose I have the following class: public class FixExpr { Expr<FixExpr> in; } Now I want to introduce a generic argument, abstracting over the use of Expr: public class Fix<F> { …
asked
May 18 at 9:50
Martijn
1,209
●
2
●
9
java
higher-kinded
generics
polymorphism
haskell
1
questions tagged
higher-kinded
Related Tags
java
generics
polymorphism
haskell
Stack Overflow works best with JavaScript enabled