Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paldepind/seamless-fantasy
Make fantasy land seamlessly compatible with plain JavaScript data structures.
https://github.com/paldepind/seamless-fantasy
Last synced: 15 days ago
JSON representation
Make fantasy land seamlessly compatible with plain JavaScript data structures.
- Host: GitHub
- URL: https://github.com/paldepind/seamless-fantasy
- Owner: paldepind
- License: mit
- Created: 2015-07-02T06:32:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T12:00:33.000Z (over 9 years ago)
- Last Synced: 2024-04-17T02:59:37.005Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seamless-fantasy
Functions from the fantasy land type classes that are compatible with plain JavaScript data structures.# Instances
* __Number__ – setoid, semigroup, monoid
* __String__ – setoid, semigroup, monoid
* __Array__ – setoid, semigroup, monoid, functor, apply, applicative, foldable, travesable, chain
* __Function__ – functor, apply, applicative
* __Object__ – setoid, semigroup, monoid, functor