An open API service indexing awesome lists of open source software.

https://github.com/thma/typeclasses

some Haskell type class musings. Basic idea: model an oo type hierarchy with type classes
https://github.com/thma/typeclasses

Last synced: over 1 year ago
JSON representation

some Haskell type class musings. Basic idea: model an oo type hierarchy with type classes

Awesome Lists containing this project

README

          

# TypeClasses

This project contains some experiments to model an oo inheritance hierarchy (as in Java 8 with Interfaces and Default Methods) with Haskell Type Classes.

The code revolves around simple stack an queue implementations.
These implementations are not meant as robust libraries but rather to give a small framework to experiment with type classes.