ramda-fantasy

Fantasy Land compatible types for easy integration with Ramda

MIT 10 个版本
安装
npm install ramda-fantasy
yarn add ramda-fantasy
pnpm add ramda-fantasy
bun add ramda-fantasy
README

ramda-fantasy

Fantasy Land compatible types for easy integration with Ramda.

Project status

This project is in alpha status. The implementation of the Fantasy Land spec should be mostly stable. Any methods outside of the Fantasy Land spec are subject to change. The types also have not undergone thorough testing/use yet.

Available types

Name Setoid Semigroup Functor Applicative Monad Foldable ChainRec
Either ✔︎ ✔︎ ✔︎ ✔︎ ✔︎
Future ✔︎ ✔︎ ✔︎ ✔︎
Identity ✔︎ ✔︎ ✔︎ ✔︎ ✔︎
IO ✔︎ ✔︎ ✔︎ ✔︎
Maybe ✔︎ ✔︎ ✔︎ ✔︎ ✔︎ ✔︎ ✔︎
Reader ✔︎ ✔︎ ✔︎
Tuple ✔︎ ✔︎ ✔︎
State ✔︎ ✔︎ ✔︎ ✔︎

Access like so:

  var Either = require('ramda-fantasy').Either;

available translations

Spanish

版本列表
0.8.0 2017-04-16
0.7.0 2016-09-18
0.6.1 2016-08-12
0.6.0 2016-06-30
0.5.0 2016-05-04
0.4.1 2015-09-30
0.4.0 2015-08-16
0.3.0 2015-06-16
0.2.0 2015-05-02
0.1.0 2015-02-24