init component
This commit is contained in:
3
node_modules/fp-ts/es6/Alt.js
generated
vendored
Normal file
3
node_modules/fp-ts/es6/Alt.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export function altAll(F) {
|
||||
return function (startWith) { return function (as) { return as.reduce(function (acc, a) { return F.alt(acc, function () { return a; }); }, startWith); }; };
|
||||
}
|
||||
Reference in New Issue
Block a user