The latest version of assoc-listlike is 0.1.0.1-1.
assoc-listlike
Version 0.1.0.1 revision 0 uploaded by chris_martin.
Package meta
- Synopsis
- Association lists (list-like collections of tuples)
- Description
An association list conceptually signifies a mapping, but is represented as a list (of key-value pairs).
This package defines an association list as a constraint synonym for a list-like collection of tuples, using the
ListLike
type class from theListLike
package.type AssocList l a b = ListLike l (a, b)
- Author
- Chris Martin
- Bug reports
- https://github.com/typeclasses/assoc-list/issues
- Category
- Data
- Copyright
- 2018-2021 Mission Valley Software LLC
- Homepage
- https://github.com/typeclasses/assoc-list
- Maintainer
- Chris Martin, Julie Moronuki
- Package URL
- n/a
- Stability
- n/a