Implementations of purely-functional data structures
root
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