Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Subtlesplendor/roc-data

Common datatypes such as Stack and Queue implemented in Roc
https://github.com/Subtlesplendor/roc-data

Last synced: about 2 months ago
JSON representation

Common datatypes such as Stack and Queue implemented in Roc

Awesome Lists containing this project

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.