Skip to content

Commit

Permalink
Generate src and dist
Browse files Browse the repository at this point in the history
  • Loading branch information
abstracthat committed Nov 16, 2020
1 parent 69c96b5 commit 21b9598
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 13 deletions.
10 changes: 8 additions & 2 deletions dist/kefir.ramda.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var all = /*#__PURE__*/K.lift(R.all);
var allPass = /*#__PURE__*/K.liftRec(R.allPass);
var always = /*#__PURE__*/K.liftRec(R.always);
var and = /*#__PURE__*/K.lift(R.and);
var andThen = /*#__PURE__*/K.lift(R.andThen);
var any = /*#__PURE__*/K.lift(R.any);
var anyPass = /*#__PURE__*/K.liftRec(R.anyPass);
var ap = /*#__PURE__*/K.lift(R.ap);
Expand Down Expand Up @@ -171,6 +172,7 @@ var mergeWithKey = /*#__PURE__*/K.lift(R.mergeWithKey);
var min = /*#__PURE__*/K.lift(R.min);
var minBy = /*#__PURE__*/K.lift(R.minBy);
var modulo = /*#__PURE__*/K.lift(R.modulo);
var move = /*#__PURE__*/K.lift(R.move);
var multiply = /*#__PURE__*/K.lift(R.multiply);
var nAry = /*#__PURE__*/K.liftRec(R.nAry);
var negate = /*#__PURE__*/K.lift(R.negate);
Expand All @@ -194,6 +196,7 @@ var path = /*#__PURE__*/K.lift(R.path);
var pathEq = /*#__PURE__*/K.lift(R.pathEq);
var pathOr = /*#__PURE__*/K.lift(R.pathOr);
var pathSatisfies = /*#__PURE__*/K.lift(R.pathSatisfies);
var paths = /*#__PURE__*/K.lift(R.paths);
var pick = /*#__PURE__*/K.lift(R.pick);
var pickAll = /*#__PURE__*/K.lift(R.pickAll);
var pickBy = /*#__PURE__*/K.lift(R.pickBy);
Expand Down Expand Up @@ -257,7 +260,6 @@ var takeLastWhile = /*#__PURE__*/K.lift(R.takeLastWhile);
var takeWhile = /*#__PURE__*/K.lift(R.takeWhile);
var tap = /*#__PURE__*/K.lift(R.tap);
var test = /*#__PURE__*/K.lift(R.test);
var then = /*#__PURE__*/K.lift(R.then);
var thunkify = /*#__PURE__*/K.liftRec(R.thunkify);
var times = /*#__PURE__*/K.lift(R.times);
var toLower = /*#__PURE__*/K.lift(R.toLower);
Expand Down Expand Up @@ -292,6 +294,7 @@ var when = /*#__PURE__*/K.lift(R.when);
var where = /*#__PURE__*/K.lift(R.where);
var whereEq = /*#__PURE__*/K.lift(R.whereEq);
var without = /*#__PURE__*/K.lift(R.without);
var xor = /*#__PURE__*/K.lift(R.xor);
var xprod = /*#__PURE__*/K.lift(R.xprod);
var zip = /*#__PURE__*/K.lift(R.zip);
var zipObj = /*#__PURE__*/K.lift(R.zipObj);
Expand All @@ -307,6 +310,7 @@ exports.all = all;
exports.allPass = allPass;
exports.always = always;
exports.and = and;
exports.andThen = andThen;
exports.any = any;
exports.anyPass = anyPass;
exports.ap = ap;
Expand Down Expand Up @@ -438,6 +442,7 @@ exports.mergeWithKey = mergeWithKey;
exports.min = min;
exports.minBy = minBy;
exports.modulo = modulo;
exports.move = move;
exports.multiply = multiply;
exports.nAry = nAry;
exports.negate = negate;
Expand All @@ -461,6 +466,7 @@ exports.path = path;
exports.pathEq = pathEq;
exports.pathOr = pathOr;
exports.pathSatisfies = pathSatisfies;
exports.paths = paths;
exports.pick = pick;
exports.pickAll = pickAll;
exports.pickBy = pickBy;
Expand Down Expand Up @@ -512,7 +518,6 @@ exports.takeLastWhile = takeLastWhile;
exports.takeWhile = takeWhile;
exports.tap = tap;
exports.test = test;
exports.then = then;
exports.thunkify = thunkify;
exports.times = times;
exports.toLower = toLower;
Expand Down Expand Up @@ -547,6 +552,7 @@ exports.when = when;
exports.where = where;
exports.whereEq = whereEq;
exports.without = without;
exports.xor = xor;
exports.xprod = xprod;
exports.zip = zip;
exports.zipObj = zipObj;
Expand Down
9 changes: 6 additions & 3 deletions dist/kefir.ramda.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { F, T, add, addIndex, adjust, all, allPass, always, and, any, anyPass, ap, aperture, append, apply, applySpec, applyTo, ascend, assoc, assocPath, binary, bind, both, call, chain, clamp, clone, comparator, complement, compose, composeK, composeP, composeWith, concat, cond, construct, constructN, contains, converge, countBy, curry, curryN, dec, defaultTo, descend, difference, differenceWith, dissoc, dissocPath, divide, drop, dropLast, dropLastWhile, dropRepeats, dropRepeatsWith, dropWhile, either, empty, endsWith, eqBy, eqProps, equals, evolve, filter, find, findIndex, findLast, findLastIndex, flatten, flip, forEach, forEachObjIndexed, fromPairs, groupBy, groupWith, gt, gte, has, hasIn, hasPath, head, identical, identity, ifElse, inc, includes, indexBy, indexOf, init, innerJoin, insert, insertAll, intersection, intersperse, into, invert, invertObj, invoker, is, isEmpty, isNil, join, juxt, keys, keysIn, last, lastIndexOf, length, lens, lensIndex, lensPath, lensProp, lift, liftN, lt, lte, map, mapAccum, mapAccumRight, mapObjIndexed, match, mathMod, max, maxBy, mean, median, memoizeWith, merge, mergeAll, mergeDeepLeft, mergeDeepRight, mergeDeepWith, mergeDeepWithKey, mergeLeft, mergeRight, mergeWith, mergeWithKey, min, minBy, modulo, multiply, nAry, negate, none, not, nth, nthArg, o, objOf, of, omit, once, or, otherwise, over, pair, partial, partialRight, partition, path, pathEq, pathOr, pathSatisfies, pick, pickAll, pickBy, pipe, pipeK, pipeP, pipeWith, pluck, prepend, product, project, prop, propEq, propIs, propOr, propSatisfies, props, range, reduce, reduceBy, reduceRight, reduceWhile, reduced, reject, remove, repeat, replace, reverse, scan, sequence, set, slice, sort, sortBy, sortWith, split, splitAt, splitEvery, splitWhen, startsWith, subtract, sum, symmetricDifference, symmetricDifferenceWith, tail, take, takeLast, takeLastWhile, takeWhile, tap, test, then, thunkify, times, toLower, toPairs, toPairsIn, toString, toUpper, transduce, transpose, traverse, trim, tryCatch, type, unapply, unary, uncurryN, unfold, union, unionWith, uniq, uniqBy, uniqWith, unless, unnest, until, update, useWith, values, valuesIn, view, when, where, whereEq, without, xprod, zip, zipObj, zipWith } from 'ramda';
import { F, T, add, addIndex, adjust, all, allPass, always, and, andThen, any, anyPass, ap, aperture, append, apply, applySpec, applyTo, ascend, assoc, assocPath, binary, bind, both, call, chain, clamp, clone, comparator, complement, compose, composeK, composeP, composeWith, concat, cond, construct, constructN, contains, converge, countBy, curry, curryN, dec, defaultTo, descend, difference, differenceWith, dissoc, dissocPath, divide, drop, dropLast, dropLastWhile, dropRepeats, dropRepeatsWith, dropWhile, either, empty, endsWith, eqBy, eqProps, equals, evolve, filter, find, findIndex, findLast, findLastIndex, flatten, flip, forEach, forEachObjIndexed, fromPairs, groupBy, groupWith, gt, gte, has, hasIn, hasPath, head, identical, identity, ifElse, inc, includes, indexBy, indexOf, init, innerJoin, insert, insertAll, intersection, intersperse, into, invert, invertObj, invoker, is, isEmpty, isNil, join, juxt, keys, keysIn, last, lastIndexOf, length, lens, lensIndex, lensPath, lensProp, lift, liftN, lt, lte, map, mapAccum, mapAccumRight, mapObjIndexed, match, mathMod, max, maxBy, mean, median, memoizeWith, merge, mergeAll, mergeDeepLeft, mergeDeepRight, mergeDeepWith, mergeDeepWithKey, mergeLeft, mergeRight, mergeWith, mergeWithKey, min, minBy, modulo, move, multiply, nAry, negate, none, not, nth, nthArg, o, objOf, of, omit, once, or, otherwise, over, pair, partial, partialRight, partition, path, pathEq, pathOr, pathSatisfies, paths, pick, pickAll, pickBy, pipe, pipeK, pipeP, pipeWith, pluck, prepend, product, project, prop, propEq, propIs, propOr, propSatisfies, props, range, reduce, reduceBy, reduceRight, reduceWhile, reduced, reject, remove, repeat, replace, reverse, scan, sequence, set, slice, sort, sortBy, sortWith, split, splitAt, splitEvery, splitWhen, startsWith, subtract, sum, symmetricDifference, symmetricDifferenceWith, tail, take, takeLast, takeLastWhile, takeWhile, tap, test, thunkify, times, toLower, toPairs, toPairsIn, toString, toUpper, transduce, transpose, traverse, trim, tryCatch, type, unapply, unary, uncurryN, unfold, union, unionWith, uniq, uniqBy, uniqWith, unless, unnest, until, update, useWith, values, valuesIn, view, when, where, whereEq, without, xor, xprod, zip, zipObj, zipWith } from 'ramda';
export { __ } from 'ramda';
import { lift as lift$1, liftRec } from 'karet.lift';

Expand All @@ -13,6 +13,7 @@ var all$1 = /*#__PURE__*/lift$1(all);
var allPass$1 = /*#__PURE__*/liftRec(allPass);
var always$1 = /*#__PURE__*/liftRec(always);
var and$1 = /*#__PURE__*/lift$1(and);
var andThen$1 = /*#__PURE__*/lift$1(andThen);
var any$1 = /*#__PURE__*/lift$1(any);
var anyPass$1 = /*#__PURE__*/liftRec(anyPass);
var ap$1 = /*#__PURE__*/lift$1(ap);
Expand Down Expand Up @@ -168,6 +169,7 @@ var mergeWithKey$1 = /*#__PURE__*/lift$1(mergeWithKey);
var min$1 = /*#__PURE__*/lift$1(min);
var minBy$1 = /*#__PURE__*/lift$1(minBy);
var modulo$1 = /*#__PURE__*/lift$1(modulo);
var move$1 = /*#__PURE__*/lift$1(move);
var multiply$1 = /*#__PURE__*/lift$1(multiply);
var nAry$1 = /*#__PURE__*/liftRec(nAry);
var negate$1 = /*#__PURE__*/lift$1(negate);
Expand All @@ -191,6 +193,7 @@ var path$1 = /*#__PURE__*/lift$1(path);
var pathEq$1 = /*#__PURE__*/lift$1(pathEq);
var pathOr$1 = /*#__PURE__*/lift$1(pathOr);
var pathSatisfies$1 = /*#__PURE__*/lift$1(pathSatisfies);
var paths$1 = /*#__PURE__*/lift$1(paths);
var pick$1 = /*#__PURE__*/lift$1(pick);
var pickAll$1 = /*#__PURE__*/lift$1(pickAll);
var pickBy$1 = /*#__PURE__*/lift$1(pickBy);
Expand Down Expand Up @@ -254,7 +257,6 @@ var takeLastWhile$1 = /*#__PURE__*/lift$1(takeLastWhile);
var takeWhile$1 = /*#__PURE__*/lift$1(takeWhile);
var tap$1 = /*#__PURE__*/lift$1(tap);
var test$1 = /*#__PURE__*/lift$1(test);
var then$1 = /*#__PURE__*/lift$1(then);
var thunkify$1 = /*#__PURE__*/liftRec(thunkify);
var times$1 = /*#__PURE__*/lift$1(times);
var toLower$1 = /*#__PURE__*/lift$1(toLower);
Expand Down Expand Up @@ -289,9 +291,10 @@ var when$1 = /*#__PURE__*/lift$1(when);
var where$1 = /*#__PURE__*/lift$1(where);
var whereEq$1 = /*#__PURE__*/lift$1(whereEq);
var without$1 = /*#__PURE__*/lift$1(without);
var xor$1 = /*#__PURE__*/lift$1(xor);
var xprod$1 = /*#__PURE__*/lift$1(xprod);
var zip$1 = /*#__PURE__*/lift$1(zip);
var zipObj$1 = /*#__PURE__*/lift$1(zipObj);
var zipWith$1 = /*#__PURE__*/lift$1(zipWith);

export { F$1 as F, T$1 as T, add$1 as add, addIndex$1 as addIndex, adjust$1 as adjust, all$1 as all, allPass$1 as allPass, always$1 as always, and$1 as and, any$1 as any, anyPass$1 as anyPass, ap$1 as ap, aperture$1 as aperture, append$1 as append, apply$1 as apply, applySpec$1 as applySpec, applyTo$1 as applyTo, ascend$1 as ascend, assoc$1 as assoc, assocPath$1 as assocPath, binary$1 as binary, bind$1 as bind, both$1 as both, call$1 as call, chain$1 as chain, clamp$1 as clamp, clone$1 as clone, comparator$1 as comparator, complement$1 as complement, compose$1 as compose, composeK$1 as composeK, composeP$1 as composeP, composeWith$1 as composeWith, concat$1 as concat, cond$1 as cond, construct$1 as construct, constructN$1 as constructN, contains$1 as contains, converge$1 as converge, countBy$1 as countBy, curry$1 as curry, curryN$1 as curryN, dec$1 as dec, defaultTo$1 as defaultTo, descend$1 as descend, difference$1 as difference, differenceWith$1 as differenceWith, dissoc$1 as dissoc, dissocPath$1 as dissocPath, divide$1 as divide, drop$1 as drop, dropLast$1 as dropLast, dropLastWhile$1 as dropLastWhile, dropRepeats$1 as dropRepeats, dropRepeatsWith$1 as dropRepeatsWith, dropWhile$1 as dropWhile, either$1 as either, empty$1 as empty, endsWith$1 as endsWith, eqBy$1 as eqBy, eqProps$1 as eqProps, equals$1 as equals, evolve$1 as evolve, filter$1 as filter, find$1 as find, findIndex$1 as findIndex, findLast$1 as findLast, findLastIndex$1 as findLastIndex, flatten$1 as flatten, flip$1 as flip, forEach$1 as forEach, forEachObjIndexed$1 as forEachObjIndexed, fromPairs$1 as fromPairs, groupBy$1 as groupBy, groupWith$1 as groupWith, gt$1 as gt, gte$1 as gte, has$1 as has, hasIn$1 as hasIn, hasPath$1 as hasPath, head$1 as head, identical$1 as identical, identity$1 as identity, ifElse$1 as ifElse, inc$1 as inc, includes$1 as includes, indexBy$1 as indexBy, indexOf$1 as indexOf, init$1 as init, innerJoin$1 as innerJoin, insert$1 as insert, insertAll$1 as insertAll, intersection$1 as intersection, intersperse$1 as intersperse, into$1 as into, invert$1 as invert, invertObj$1 as invertObj, invoker$1 as invoker, is$1 as is, isEmpty$1 as isEmpty, isNil$1 as isNil, join$1 as join, juxt$1 as juxt, keys$1 as keys, keysIn$1 as keysIn, last$1 as last, lastIndexOf$1 as lastIndexOf, length$1 as length, lens$1 as lens, lensIndex$1 as lensIndex, lensPath$1 as lensPath, lensProp$1 as lensProp, lift$2 as lift, liftN$1 as liftN, lt$1 as lt, lte$1 as lte, map$1 as map, mapAccum$1 as mapAccum, mapAccumRight$1 as mapAccumRight, mapObjIndexed$1 as mapObjIndexed, match$1 as match, mathMod$1 as mathMod, max$1 as max, maxBy$1 as maxBy, mean$1 as mean, median$1 as median, memoizeWith$1 as memoizeWith, merge$1 as merge, mergeAll$1 as mergeAll, mergeDeepLeft$1 as mergeDeepLeft, mergeDeepRight$1 as mergeDeepRight, mergeDeepWith$1 as mergeDeepWith, mergeDeepWithKey$1 as mergeDeepWithKey, mergeLeft$1 as mergeLeft, mergeRight$1 as mergeRight, mergeWith$1 as mergeWith, mergeWithKey$1 as mergeWithKey, min$1 as min, minBy$1 as minBy, modulo$1 as modulo, multiply$1 as multiply, nAry$1 as nAry, negate$1 as negate, none$1 as none, not$1 as not, nth$1 as nth, nthArg$1 as nthArg, o$1 as o, objOf$1 as objOf, of$1 as of, omit$1 as omit, once$1 as once, or$1 as or, otherwise$1 as otherwise, over$1 as over, pair$1 as pair, partial$1 as partial, partialRight$1 as partialRight, partition$1 as partition, path$1 as path, pathEq$1 as pathEq, pathOr$1 as pathOr, pathSatisfies$1 as pathSatisfies, pick$1 as pick, pickAll$1 as pickAll, pickBy$1 as pickBy, pipe$1 as pipe, pipeK$1 as pipeK, pipeP$1 as pipeP, pipeWith$1 as pipeWith, pluck$1 as pluck, prepend$1 as prepend, product$1 as product, project$1 as project, prop$1 as prop, propEq$1 as propEq, propIs$1 as propIs, propOr$1 as propOr, propSatisfies$1 as propSatisfies, props$1 as props, range$1 as range, reduce$1 as reduce, reduceBy$1 as reduceBy, reduceRight$1 as reduceRight, reduceWhile$1 as reduceWhile, reduced$1 as reduced, reject$1 as reject, remove$1 as remove, repeat$1 as repeat, replace$1 as replace, reverse$1 as reverse, scan$1 as scan, sequence$1 as sequence, set$1 as set, slice$1 as slice, sort$1 as sort, sortBy$1 as sortBy, sortWith$1 as sortWith, split$1 as split, splitAt$1 as splitAt, splitEvery$1 as splitEvery, splitWhen$1 as splitWhen, startsWith$1 as startsWith, subtract$1 as subtract, sum$1 as sum, symmetricDifference$1 as symmetricDifference, symmetricDifferenceWith$1 as symmetricDifferenceWith, tail$1 as tail, take$1 as take, takeLast$1 as takeLast, takeLastWhile$1 as takeLastWhile, takeWhile$1 as takeWhile, tap$1 as tap, test$1 as test, then$1 as then, thunkify$1 as thunkify, times$1 as times, toLower$1 as toLower, toPairs$1 as toPairs, toPairsIn$1 as toPairsIn, toString$1 as toString, toUpper$1 as toUpper, transduce$1 as transduce, transpose$1 as transpose, traverse$1 as traverse, trim$1 as trim, tryCatch$1 as tryCatch, type$1 as type, unapply$1 as unapply, unary$1 as unary, uncurryN$1 as uncurryN, unfold$1 as unfold, union$1 as union, unionWith$1 as unionWith, uniq$1 as uniq, uniqBy$1 as uniqBy, uniqWith$1 as uniqWith, unless$1 as unless, unnest$1 as unnest, until$1 as until, update$1 as update, useWith$1 as useWith, values$1 as values, valuesIn$1 as valuesIn, view$1 as view, when$1 as when, where$1 as where, whereEq$1 as whereEq, without$1 as without, xprod$1 as xprod, zip$1 as zip, zipObj$1 as zipObj, zipWith$1 as zipWith };
export { F$1 as F, T$1 as T, add$1 as add, addIndex$1 as addIndex, adjust$1 as adjust, all$1 as all, allPass$1 as allPass, always$1 as always, and$1 as and, andThen$1 as andThen, any$1 as any, anyPass$1 as anyPass, ap$1 as ap, aperture$1 as aperture, append$1 as append, apply$1 as apply, applySpec$1 as applySpec, applyTo$1 as applyTo, ascend$1 as ascend, assoc$1 as assoc, assocPath$1 as assocPath, binary$1 as binary, bind$1 as bind, both$1 as both, call$1 as call, chain$1 as chain, clamp$1 as clamp, clone$1 as clone, comparator$1 as comparator, complement$1 as complement, compose$1 as compose, composeK$1 as composeK, composeP$1 as composeP, composeWith$1 as composeWith, concat$1 as concat, cond$1 as cond, construct$1 as construct, constructN$1 as constructN, contains$1 as contains, converge$1 as converge, countBy$1 as countBy, curry$1 as curry, curryN$1 as curryN, dec$1 as dec, defaultTo$1 as defaultTo, descend$1 as descend, difference$1 as difference, differenceWith$1 as differenceWith, dissoc$1 as dissoc, dissocPath$1 as dissocPath, divide$1 as divide, drop$1 as drop, dropLast$1 as dropLast, dropLastWhile$1 as dropLastWhile, dropRepeats$1 as dropRepeats, dropRepeatsWith$1 as dropRepeatsWith, dropWhile$1 as dropWhile, either$1 as either, empty$1 as empty, endsWith$1 as endsWith, eqBy$1 as eqBy, eqProps$1 as eqProps, equals$1 as equals, evolve$1 as evolve, filter$1 as filter, find$1 as find, findIndex$1 as findIndex, findLast$1 as findLast, findLastIndex$1 as findLastIndex, flatten$1 as flatten, flip$1 as flip, forEach$1 as forEach, forEachObjIndexed$1 as forEachObjIndexed, fromPairs$1 as fromPairs, groupBy$1 as groupBy, groupWith$1 as groupWith, gt$1 as gt, gte$1 as gte, has$1 as has, hasIn$1 as hasIn, hasPath$1 as hasPath, head$1 as head, identical$1 as identical, identity$1 as identity, ifElse$1 as ifElse, inc$1 as inc, includes$1 as includes, indexBy$1 as indexBy, indexOf$1 as indexOf, init$1 as init, innerJoin$1 as innerJoin, insert$1 as insert, insertAll$1 as insertAll, intersection$1 as intersection, intersperse$1 as intersperse, into$1 as into, invert$1 as invert, invertObj$1 as invertObj, invoker$1 as invoker, is$1 as is, isEmpty$1 as isEmpty, isNil$1 as isNil, join$1 as join, juxt$1 as juxt, keys$1 as keys, keysIn$1 as keysIn, last$1 as last, lastIndexOf$1 as lastIndexOf, length$1 as length, lens$1 as lens, lensIndex$1 as lensIndex, lensPath$1 as lensPath, lensProp$1 as lensProp, lift$2 as lift, liftN$1 as liftN, lt$1 as lt, lte$1 as lte, map$1 as map, mapAccum$1 as mapAccum, mapAccumRight$1 as mapAccumRight, mapObjIndexed$1 as mapObjIndexed, match$1 as match, mathMod$1 as mathMod, max$1 as max, maxBy$1 as maxBy, mean$1 as mean, median$1 as median, memoizeWith$1 as memoizeWith, merge$1 as merge, mergeAll$1 as mergeAll, mergeDeepLeft$1 as mergeDeepLeft, mergeDeepRight$1 as mergeDeepRight, mergeDeepWith$1 as mergeDeepWith, mergeDeepWithKey$1 as mergeDeepWithKey, mergeLeft$1 as mergeLeft, mergeRight$1 as mergeRight, mergeWith$1 as mergeWith, mergeWithKey$1 as mergeWithKey, min$1 as min, minBy$1 as minBy, modulo$1 as modulo, move$1 as move, multiply$1 as multiply, nAry$1 as nAry, negate$1 as negate, none$1 as none, not$1 as not, nth$1 as nth, nthArg$1 as nthArg, o$1 as o, objOf$1 as objOf, of$1 as of, omit$1 as omit, once$1 as once, or$1 as or, otherwise$1 as otherwise, over$1 as over, pair$1 as pair, partial$1 as partial, partialRight$1 as partialRight, partition$1 as partition, path$1 as path, pathEq$1 as pathEq, pathOr$1 as pathOr, pathSatisfies$1 as pathSatisfies, paths$1 as paths, pick$1 as pick, pickAll$1 as pickAll, pickBy$1 as pickBy, pipe$1 as pipe, pipeK$1 as pipeK, pipeP$1 as pipeP, pipeWith$1 as pipeWith, pluck$1 as pluck, prepend$1 as prepend, product$1 as product, project$1 as project, prop$1 as prop, propEq$1 as propEq, propIs$1 as propIs, propOr$1 as propOr, propSatisfies$1 as propSatisfies, props$1 as props, range$1 as range, reduce$1 as reduce, reduceBy$1 as reduceBy, reduceRight$1 as reduceRight, reduceWhile$1 as reduceWhile, reduced$1 as reduced, reject$1 as reject, remove$1 as remove, repeat$1 as repeat, replace$1 as replace, reverse$1 as reverse, scan$1 as scan, sequence$1 as sequence, set$1 as set, slice$1 as slice, sort$1 as sort, sortBy$1 as sortBy, sortWith$1 as sortWith, split$1 as split, splitAt$1 as splitAt, splitEvery$1 as splitEvery, splitWhen$1 as splitWhen, startsWith$1 as startsWith, subtract$1 as subtract, sum$1 as sum, symmetricDifference$1 as symmetricDifference, symmetricDifferenceWith$1 as symmetricDifferenceWith, tail$1 as tail, take$1 as take, takeLast$1 as takeLast, takeLastWhile$1 as takeLastWhile, takeWhile$1 as takeWhile, tap$1 as tap, test$1 as test, thunkify$1 as thunkify, times$1 as times, toLower$1 as toLower, toPairs$1 as toPairs, toPairsIn$1 as toPairsIn, toString$1 as toString, toUpper$1 as toUpper, transduce$1 as transduce, transpose$1 as transpose, traverse$1 as traverse, trim$1 as trim, tryCatch$1 as tryCatch, type$1 as type, unapply$1 as unapply, unary$1 as unary, uncurryN$1 as uncurryN, unfold$1 as unfold, union$1 as union, unionWith$1 as unionWith, uniq$1 as uniq, uniqBy$1 as uniqBy, uniqWith$1 as uniqWith, unless$1 as unless, unnest$1 as unnest, until$1 as until, update$1 as update, useWith$1 as useWith, values$1 as values, valuesIn$1 as valuesIn, view$1 as view, when$1 as when, where$1 as where, whereEq$1 as whereEq, without$1 as without, xor$1 as xor, xprod$1 as xprod, zip$1 as zip, zipObj$1 as zipObj, zipWith$1 as zipWith };
Loading

0 comments on commit 21b9598

Please sign in to comment.