Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Subtlesplendor/roc-data
Common datatypes such as Stack and Queue implemented in Roc
https://github.com/Subtlesplendor/roc-data
Last synced: 3 months ago
JSON representation
Common datatypes such as Stack and Queue implemented in Roc
- Host: GitHub
- URL: https://github.com/Subtlesplendor/roc-data
- Owner: Subtlesplendor
- License: mit
- Created: 2023-03-13T07:05:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T18:38:03.000Z (11 months ago)
- Last Synced: 2024-05-27T12:43:34.486Z (6 months ago)
- Homepage: https://subtlesplendor.github.io/roc-data/
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- roc-awesome - Subtlesplendor/roc-data
README
# Useful data types
The aim is for this package to contain useful collection datatypes. Currently it contains Stack, Queue, NonEmptyList, and Bag.## Documentation
See https://subtlesplendor.github.io/roc-data/ for more info.