Hacker News new | ask | show | jobs
by markeibes 1222 days ago
How do you get over the lack of type inference in Scala?
1 comments

Yeah it works whenever you yourself can infer the type without it already.
Scala's type inference is not very good, especially in comparison with Haskell