kowainik / containers-backpack

πŸŽ’ Backpack interface for containers

Home Page:https://kowainik.github.io/projects/containers-backpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

containers-backpack

backpack 1 MPL-2.0 license Build status

You can't just carry everyone else's hopes and fears around in your backpack and expect to stand up straight.

David Kirk

See detailed description in the blog post:

Structure of this repository:

  • containers-sig-readonly: signatures for read-only maps
  • containers-sig: signatures for maps that can be modified
  • containers-ordered-strict: implementation of signatures for the Map.Strict data type from the containers package
  • containers-int-strict: implementation of signatures for the IntMap.Strict type from the containers package
  • containers-unordered-strict: implementation of signatures for the HashMap.Strict from the unordered-containers package
  • containers-primitive: implementation of signatures for the Map.Lifted.Lifted from the primitive-containers package
  • containers-contrib-readonly: general functions for maps implemented using the containers-sig-readonly package
  • containers-contrib: general functions for maps implemented using the containers-sig-readonly and containers-sig packages
  • containers-example: package that mixes signatures and different implementations

Acknowledgement

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.

About

πŸŽ’ Backpack interface for containers

https://kowainik.github.io/projects/containers-backpack

License:Mozilla Public License 2.0


Languages

Language:Haskell 100.0%