16 ms·
Scala has type inference [1] [1] https://docs.scala-lang.org/tour/type-inference.html https://docs.scala-lang.org/tour/type-inference.html
by 0x70dd 4y ago
Scala has type inference [1]
[1] https://docs.scala-lang.org/tour/type-inference.html https://docs.scala-lang.org/tour/type-inference.html
- theCodeStig 4y agoScala's type inference is not very good, especially in comparison with Haskell
- markeibes 4y agoYeah it works whenever you yourself can infer the type without it already.