https://github.com/drewolson/purescript-deques
PureScript Deques
https://github.com/drewolson/purescript-deques
Last synced: 3 months ago
JSON representation
PureScript Deques
- Host: GitHub
- URL: https://github.com/drewolson/purescript-deques
- Owner: drewolson
- Created: 2019-10-10T17:57:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T14:37:12.000Z (over 6 years ago)
- Last Synced: 2025-11-22T09:05:33.031Z (6 months ago)
- Language: PureScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-deques
Deque implementations for PureScript.
See the following references for further information.
* [Purely Functional Data Structures](https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) (Okasaki 1996)