Tagged Questions
10
votes
1answer
740 views
Type classes in Scala
Having a background in Haskell I am currently trying to get familiar with Scala.
I encountered some problems trying to translate a small, extensible expression language from Haskell into Scala. The ...