Tagged Questions
7
votes
5answers
660 views
Language features to implement relational algebra
I've been trying to encode a relational algebra in Scala (which to my knowlege has one of the most advanced type systems) and just don't seem to find a way to get where I want.
As I'm not that ...