fp ts ixjs:IxJS的fp ts绑定 源码
绑定 已实现的实例 Monad Alternative Filterable 例 import { from } from 'ix/asynciterable' import { asyncIterable } from 'fp-ts-ixjs/lib/AsyncIterableX' const fa = from ( [ 1 , 2 , 3 ] ) const fb = asyncIterable . chain ( fa , a => from ( [ a , a + 1 ] ) ) // fb will emit 1, 2, 2, 3, 3, 4 文献资料
文件列表
fp-ts-ixjs-master.zip
(预估有个23文件)
fp-ts-ixjs-master
yarn.lock
224KB
.eslintrc.js
164B
src
IterableX.ts
3KB
index.ts
214B
AsyncIterableX.ts
3KB
.circleci
config.yml
737B
tsconfig.json
474B
暂无评论