Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Releases: funfix/funland.js

v0.1.3

15 Feb 13:24
v0.1.3
362681f
Compare
Choose a tag to compare

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:

Stay tuned.