Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kisom/okasaki-hs

Algorithms from Purely Functional Data Structures in Haskell
https://github.com/kisom/okasaki-hs

Last synced: 18 days ago
JSON representation

Algorithms from Purely Functional Data Structures in Haskell

Awesome Lists containing this project

README

        

## okasaki

This is an attempt at implementing the data structures from Okasaki's
_Purely Functional Data Structures_ in Haskell. It's on Github to
share with members of the "Okasaki For Great Justice" group.

Modules:
* PFDS.Stack: implementation of the stack from chapter 2