This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Releases: funfix/funland.js
Releases · funfix/funland.js
v0.1.3
Initial release of funland
.
Funland is a specification of common algebraic structures for JavaScript, TypeScript and Flow, based on Fantasy Land and compatible with static-land.
The intent of the project is to build on top of static-land
/ fantasy-land
for providing types and laws encoded by code that can be used in tests. It's also meant to cooperate with these communities in order to provide new type class definitions for JavaScript's ecosystem.
This initial version adds:
Setoid
Functor
Apply
Applicative
Chain
ChainRec
Monad
API docs are available:
- funland (core)
- funland-laws (laws)
Stay tuned.