diff --git a/src/ReadonlyRecord.ts b/src/ReadonlyRecord.ts index 30525ea16..606952530 100644 --- a/src/ReadonlyRecord.ts +++ b/src/ReadonlyRecord.ts @@ -1517,9 +1517,9 @@ export const getDifferenceMagma = (): Magma> => ({ */ export const Foldable: Foldable1 = { URI, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord) + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord) } /** @@ -1531,12 +1531,12 @@ export const Foldable: Foldable1 = { */ export const FoldableWithIndex: FoldableWithIndex1 = { URI, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - reduceWithIndex: _reduceWithIndex(S.Ord), - foldMapWithIndex: _foldMapWithIndex(S.Ord), - reduceRightWithIndex: _reduceRightWithIndex(S.Ord) + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + reduceWithIndex: /*#__PURE__*/ _reduceWithIndex(S.Ord), + foldMapWithIndex: /*#__PURE__*/ _foldMapWithIndex(S.Ord), + reduceRightWithIndex: /*#__PURE__*/ _reduceRightWithIndex(S.Ord) } /** @@ -1549,10 +1549,10 @@ export const FoldableWithIndex: FoldableWithIndex1 = { export const Traversable: Traversable1 = { URI, map: _map, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence } @@ -1567,19 +1567,19 @@ export const TraversableWithIndex: TraversableWithIndex1 = { URI, map: _map, mapWithIndex: _mapWithIndex, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - reduceWithIndex: _reduceWithIndex(S.Ord), - foldMapWithIndex: _foldMapWithIndex(S.Ord), - reduceRightWithIndex: _reduceRightWithIndex(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + reduceWithIndex: /*#__PURE__*/ _reduceWithIndex(S.Ord), + foldMapWithIndex: /*#__PURE__*/ _foldMapWithIndex(S.Ord), + reduceRightWithIndex: /*#__PURE__*/ _reduceRightWithIndex(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence, - traverseWithIndex: _traverseWithIndex(S.Ord) + traverseWithIndex: /*#__PURE__*/ _traverseWithIndex(S.Ord) } -const _wither = witherDefault(Traversable, Compactable) -const _wilt = wiltDefault(Traversable, Compactable) +const _wither = /*#__PURE__*/ witherDefault(Traversable, Compactable) +const _wilt = /*#__PURE__*/ wiltDefault(Traversable, Compactable) /** * Use `getWitherable` instead. @@ -1591,10 +1591,10 @@ const _wilt = wiltDefault(Traversable, Compactable) export const Witherable: Witherable1 = { URI, map: _map, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence, compact, separate, @@ -1640,10 +1640,10 @@ export const readonlyRecord: FunctorWithIndex1 & Witherable1 = { URI, map: _map, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence, compact, separate, @@ -1652,14 +1652,14 @@ export const readonlyRecord: FunctorWithIndex1 & partition: _partition, partitionMap: _partitionMap, mapWithIndex: _mapWithIndex, - reduceWithIndex: _reduceWithIndex(S.Ord), - foldMapWithIndex: _foldMapWithIndex(S.Ord), - reduceRightWithIndex: _reduceRightWithIndex(S.Ord), + reduceWithIndex: /*#__PURE__*/ _reduceWithIndex(S.Ord), + foldMapWithIndex: /*#__PURE__*/ _foldMapWithIndex(S.Ord), + reduceRightWithIndex: /*#__PURE__*/ _reduceRightWithIndex(S.Ord), filterMapWithIndex: _filterMapWithIndex, filterWithIndex: _filterWithIndex, partitionMapWithIndex: _partitionMapWithIndex, partitionWithIndex: _partitionWithIndex, - traverseWithIndex: _traverseWithIndex(S.Ord), + traverseWithIndex: /*#__PURE__*/ _traverseWithIndex(S.Ord), wither: _wither, wilt: _wilt } diff --git a/src/Record.ts b/src/Record.ts index 6500c7a8a..29ff6f78a 100644 --- a/src/Record.ts +++ b/src/Record.ts @@ -1024,9 +1024,9 @@ export const getDifferenceMagma = (): Magma> => ({ */ export const Foldable: Foldable1 = { URI, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord) + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord) } /** @@ -1038,12 +1038,12 @@ export const Foldable: Foldable1 = { */ export const FoldableWithIndex: FoldableWithIndex1 = { URI, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - reduceWithIndex: _reduceWithIndex(S.Ord), - foldMapWithIndex: _foldMapWithIndex(S.Ord), - reduceRightWithIndex: _reduceRightWithIndex(S.Ord) + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + reduceWithIndex: /*#__PURE__*/ _reduceWithIndex(S.Ord), + foldMapWithIndex: /*#__PURE__*/ _foldMapWithIndex(S.Ord), + reduceRightWithIndex: /*#__PURE__*/ _reduceRightWithIndex(S.Ord) } /** @@ -1056,10 +1056,10 @@ export const FoldableWithIndex: FoldableWithIndex1 = { export const Traversable: Traversable1 = { URI, map: _map, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence } @@ -1074,19 +1074,19 @@ export const TraversableWithIndex: TraversableWithIndex1 = { URI, map: _map, mapWithIndex: _mapWithIndex, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - reduceWithIndex: _reduceWithIndex(S.Ord), - foldMapWithIndex: _foldMapWithIndex(S.Ord), - reduceRightWithIndex: _reduceRightWithIndex(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + reduceWithIndex: /*#__PURE__*/ _reduceWithIndex(S.Ord), + foldMapWithIndex: /*#__PURE__*/ _foldMapWithIndex(S.Ord), + reduceRightWithIndex: /*#__PURE__*/ _reduceRightWithIndex(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence, - traverseWithIndex: _traverseWithIndex(S.Ord) + traverseWithIndex: /*#__PURE__*/ _traverseWithIndex(S.Ord) } -const _wither = witherDefault(Traversable, Compactable) -const _wilt = wiltDefault(Traversable, Compactable) +const _wither = /*#__PURE__*/ witherDefault(Traversable, Compactable) +const _wilt = /*#__PURE__*/ wiltDefault(Traversable, Compactable) /** * Use `getWitherable` instead. @@ -1098,10 +1098,10 @@ const _wilt = wiltDefault(Traversable, Compactable) export const Witherable: Witherable1 = { URI, map: _map, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence, compact, separate, @@ -1151,10 +1151,10 @@ export const record: FunctorWithIndex1 & Witherable1 = { URI, map: _map, - reduce: _reduce(S.Ord), - foldMap: _foldMap(S.Ord), - reduceRight: _reduceRight(S.Ord), - traverse: _traverse(S.Ord), + reduce: /*#__PURE__*/ _reduce(S.Ord), + foldMap: /*#__PURE__*/ _foldMap(S.Ord), + reduceRight: /*#__PURE__*/ _reduceRight(S.Ord), + traverse: /*#__PURE__*/ _traverse(S.Ord), sequence, compact, separate, @@ -1163,14 +1163,14 @@ export const record: FunctorWithIndex1 & partition: _partition, partitionMap: _partitionMap, mapWithIndex: _mapWithIndex, - reduceWithIndex: _reduceWithIndex(S.Ord), - foldMapWithIndex: _foldMapWithIndex(S.Ord), - reduceRightWithIndex: _reduceRightWithIndex(S.Ord), + reduceWithIndex: /*#__PURE__*/ _reduceWithIndex(S.Ord), + foldMapWithIndex: /*#__PURE__*/ _foldMapWithIndex(S.Ord), + reduceRightWithIndex: /*#__PURE__*/ _reduceRightWithIndex(S.Ord), filterMapWithIndex: _filterMapWithIndex, filterWithIndex: _filterWithIndex, partitionMapWithIndex: _partitionMapWithIndex, partitionWithIndex: _partitionWithIndex, - traverseWithIndex: _traverseWithIndex(S.Ord), + traverseWithIndex: /*#__PURE__*/ _traverseWithIndex(S.Ord), wither: _wither, wilt: _wilt }