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

v0.1.3

Latest
Compare
Choose a tag to compare
@alexandru alexandru released this 15 Feb 13:24
· 21 commits to master since this release
v0.1.3
362681f

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.