Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 306 Bytes

File metadata and controls

5 lines (3 loc) · 306 Bytes

Typeclass resolution

Follows the description of the algorithms presented in the paper Tabled Typeclass Resolution by Daniel Selsam, Sebastian Ullrich, Leonardo de Moura.

The code could use some refactoring but it seems to work on the basic tests I implemented.