@@ -107,29 +107,29 @@ Added in v2.0.0
107
107
- [ guards] ( #guards )
108
108
- [ isNonEmpty] ( #isnonempty )
109
109
- [ instances] ( #instances )
110
+ - [ Alt] ( #alt-1 )
111
+ - [ Alternative] ( #alternative-1 )
112
+ - [ Applicative] ( #applicative )
113
+ - [ Compactable] ( #compactable-1 )
114
+ - [ Extend] ( #extend-1 )
115
+ - [ Filterable] ( #filterable-1 )
116
+ - [ FilterableWithIndex] ( #filterablewithindex-1 )
117
+ - [ Foldable] ( #foldable-1 )
118
+ - [ FoldableWithIndex] ( #foldablewithindex-1 )
119
+ - [ Functor] ( #functor-1 )
120
+ - [ FunctorWithIndex] ( #functorwithindex-1 )
121
+ - [ Monad] ( #monad-1 )
122
+ - [ Traversable] ( #traversable-1 )
123
+ - [ TraversableWithIndex] ( #traversablewithindex-1 )
110
124
- [ URI] ( #uri )
111
125
- [ URI (type alias)] ( #uri-type-alias )
112
- - [ altArray] ( #altarray )
113
- - [ alternativeArray] ( #alternativearray )
114
- - [ applicativeArray] ( #applicativearray )
126
+ - [ Unfoldable] ( #unfoldable-1 )
127
+ - [ Witherable] ( #witherable )
115
128
- [ array] ( #array )
116
- - [ compactableArray] ( #compactablearray )
117
- - [ extendArray] ( #extendarray )
118
- - [ filterableArray] ( #filterablearray )
119
- - [ filterableWithIndexArray] ( #filterablewithindexarray )
120
- - [ foldableArray] ( #foldablearray )
121
- - [ foldableWithIndexArray] ( #foldablewithindexarray )
122
- - [ functorArray] ( #functorarray )
123
- - [ functorWithIndexArray] ( #functorwithindexarray )
124
129
- [ getEq] ( #geteq )
125
130
- [ getMonoid] ( #getmonoid )
126
131
- [ getOrd] ( #getord )
127
132
- [ getShow] ( #getshow )
128
- - [ monadArray] ( #monadarray )
129
- - [ traversableArray] ( #traversablearray )
130
- - [ traversableWithIndexArray] ( #traversablewithindexarray )
131
- - [ unfoldableArray] ( #unfoldablearray )
132
- - [ witherableArray] ( #witherablearray )
133
133
- [ unsafe] ( #unsafe )
134
134
- [ unsafeDeleteAt] ( #unsafedeleteat )
135
135
- [ unsafeInsertAt] ( #unsafeinsertat )
@@ -1449,154 +1449,204 @@ Added in v2.0.0
1449
1449
1450
1450
# instances
1451
1451
1452
- ## URI
1452
+ ## Alt
1453
1453
1454
1454
** Signature **
1455
1455
1456
1456
` ` ` ts
1457
- export declare const URI: 'Array'
1457
+ export declare const Alt: Alt1< 'Array'>
1458
1458
` ` `
1459
1459
1460
- Added in v2 .0 .0
1460
+ Added in v2 .7 .0
1461
1461
1462
- ## URI ( type alias )
1462
+ ## Alternative
1463
1463
1464
1464
** Signature **
1465
1465
1466
1466
` ` ` ts
1467
- export type URI = typeof URI
1467
+ export declare const Alternative: Alternative1<'Array'>
1468
1468
` ` `
1469
1469
1470
- Added in v2 .0 .0
1470
+ Added in v2 .7 .0
1471
1471
1472
- ## altArray
1472
+ ## Applicative
1473
1473
1474
1474
** Signature **
1475
1475
1476
1476
` ` ` ts
1477
- export declare const altArray: Alt1 <'Array'>
1477
+ export declare const Applicative: Applicative1 <'Array'>
1478
1478
` ` `
1479
1479
1480
1480
Added in v2 .7.0
1481
1481
1482
- ## alternativeArray
1482
+ ## Compactable
1483
1483
1484
1484
** Signature **
1485
1485
1486
1486
` ` ` ts
1487
- export declare const alternativeArray: Alternative1 <'Array'>
1487
+ export declare const Compactable: Compactable1 <'Array'>
1488
1488
` ` `
1489
1489
1490
1490
Added in v2 .7.0
1491
1491
1492
- ## applicativeArray
1492
+ ## Extend
1493
1493
1494
1494
** Signature **
1495
1495
1496
1496
` ` ` ts
1497
- export declare const applicativeArray: Applicative1 <'Array'>
1497
+ export declare const Extend: Extend1 <'Array'>
1498
1498
` ` `
1499
1499
1500
1500
Added in v2 .7.0
1501
1501
1502
- ## array
1502
+ ## Filterable
1503
1503
1504
1504
** Signature **
1505
1505
1506
1506
` ` ` ts
1507
- export declare const array: FunctorWithIndex1<'Array', number> &
1508
- Monad1<'Array'> &
1509
- Unfoldable1<'Array'> &
1510
- Alternative1<'Array'> &
1511
- Extend1<'Array'> &
1512
- FilterableWithIndex1<'Array', number> &
1513
- FoldableWithIndex1<'Array', number> &
1514
- TraversableWithIndex1<'Array', number> &
1515
- Witherable1<'Array'>
1507
+ export declare const Filterable: Filterable1<'Array'>
1516
1508
` ` `
1517
1509
1518
- Added in v2 .0 .0
1510
+ Added in v2 .7 .0
1519
1511
1520
- ## compactableArray
1512
+ ## FilterableWithIndex
1521
1513
1522
1514
** Signature **
1523
1515
1524
1516
` ` ` ts
1525
- export declare const compactableArray: Compactable1 <'Array'>
1517
+ export declare const FilterableWithIndex: FilterableWithIndex1 <'Array', number >
1526
1518
` ` `
1527
1519
1528
1520
Added in v2 .7.0
1529
1521
1530
- ## extendArray
1522
+ ## Foldable
1531
1523
1532
1524
** Signature **
1533
1525
1534
1526
` ` ` ts
1535
- export declare const extendArray: Extend1 <'Array'>
1527
+ export declare const Foldable: Foldable1 <'Array'>
1536
1528
` ` `
1537
1529
1538
1530
Added in v2 .7.0
1539
1531
1540
- ## filterableArray
1532
+ ## FoldableWithIndex
1541
1533
1542
1534
** Signature **
1543
1535
1544
1536
` ` ` ts
1545
- export declare const filterableArray: Filterable1 <'Array'>
1537
+ export declare const FoldableWithIndex: FoldableWithIndex1 <'Array', number >
1546
1538
` ` `
1547
1539
1548
1540
Added in v2 .7.0
1549
1541
1550
- ## filterableWithIndexArray
1542
+ ## Functor
1551
1543
1552
1544
** Signature **
1553
1545
1554
1546
` ` ` ts
1555
- export declare const filterableWithIndexArray: FilterableWithIndex1 <'Array', number >
1547
+ export declare const Functor: Functor1 <'Array'>
1556
1548
` ` `
1557
1549
1558
1550
Added in v2 .7.0
1559
1551
1560
- ## foldableArray
1552
+ ## FunctorWithIndex
1561
1553
1562
1554
** Signature **
1563
1555
1564
1556
` ` ` ts
1565
- export declare const foldableArray: Foldable1 <'Array'>
1557
+ export declare const FunctorWithIndex: FunctorWithIndex1 <'Array', number >
1566
1558
` ` `
1567
1559
1568
1560
Added in v2 .7.0
1569
1561
1570
- ## foldableWithIndexArray
1562
+ ## Monad
1571
1563
1572
1564
** Signature **
1573
1565
1574
1566
` ` ` ts
1575
- export declare const foldableWithIndexArray: FoldableWithIndex1 <'Array', number >
1567
+ export declare const Monad: Monad1 <'Array'>
1576
1568
` ` `
1577
1569
1578
1570
Added in v2 .7.0
1579
1571
1580
- ## functorArray
1572
+ ## Traversable
1581
1573
1582
1574
** Signature **
1583
1575
1584
1576
` ` ` ts
1585
- export declare const functorArray: Functor1 <'Array'>
1577
+ export declare const Traversable: Traversable1 <'Array'>
1586
1578
` ` `
1587
1579
1588
1580
Added in v2 .7.0
1589
1581
1590
- ## functorWithIndexArray
1582
+ ## TraversableWithIndex
1591
1583
1592
1584
** Signature **
1593
1585
1594
1586
` ` ` ts
1595
- export declare const functorWithIndexArray: FunctorWithIndex1 <'Array', number>
1587
+ export declare const TraversableWithIndex: TraversableWithIndex1 <'Array', number>
1596
1588
` ` `
1597
1589
1598
1590
Added in v2 .7.0
1599
1591
1592
+ ## URI
1593
+
1594
+ ** Signature **
1595
+
1596
+ ` ` ` ts
1597
+ export declare const URI: 'Array'
1598
+ ` ` `
1599
+
1600
+ Added in v2 .0.0
1601
+
1602
+ ## URI (type alias )
1603
+
1604
+ ** Signature **
1605
+
1606
+ ` ` ` ts
1607
+ export type URI = typeof URI
1608
+ ` ` `
1609
+
1610
+ Added in v2 .0.0
1611
+
1612
+ ## Unfoldable
1613
+
1614
+ ** Signature **
1615
+
1616
+ ` ` ` ts
1617
+ export declare const Unfoldable: Unfoldable1<'Array'>
1618
+ ` ` `
1619
+
1620
+ Added in v2 .7.0
1621
+
1622
+ ## Witherable
1623
+
1624
+ ** Signature **
1625
+
1626
+ ` ` ` ts
1627
+ export declare const Witherable: Witherable1<'Array'>
1628
+ ` ` `
1629
+
1630
+ Added in v2 .7.0
1631
+
1632
+ ## array
1633
+
1634
+ ** Signature **
1635
+
1636
+ ` ` ` ts
1637
+ export declare const array: FunctorWithIndex1<'Array', number> &
1638
+ Monad1<'Array'> &
1639
+ Unfoldable1<'Array'> &
1640
+ Alternative1<'Array'> &
1641
+ Extend1<'Array'> &
1642
+ FilterableWithIndex1<'Array', number> &
1643
+ FoldableWithIndex1<'Array', number> &
1644
+ TraversableWithIndex1<'Array', number> &
1645
+ Witherable1<'Array'>
1646
+ ` ` `
1647
+
1648
+ Added in v2 .0.0
1649
+
1600
1650
## getEq
1601
1651
1602
1652
Derives an ` Eq ` over the ` Array ` of a given element type from the `Eq` of that type. The derived `Eq` defines two
@@ -1680,56 +1730,6 @@ export declare const getShow: <A>(S: Show<A>) => Show<A[]>
1680
1730
1681
1731
Added in v2 .0.0
1682
1732
1683
- ## monadArray
1684
-
1685
- ** Signature **
1686
-
1687
- ` ` ` ts
1688
- export declare const monadArray: Monad1<'Array'>
1689
- ` ` `
1690
-
1691
- Added in v2 .7.0
1692
-
1693
- ## traversableArray
1694
-
1695
- ** Signature **
1696
-
1697
- ` ` ` ts
1698
- export declare const traversableArray: Traversable1<'Array'>
1699
- ` ` `
1700
-
1701
- Added in v2 .7.0
1702
-
1703
- ## traversableWithIndexArray
1704
-
1705
- ** Signature **
1706
-
1707
- ` ` ` ts
1708
- export declare const traversableWithIndexArray: TraversableWithIndex1<'Array', number>
1709
- ` ` `
1710
-
1711
- Added in v2 .7.0
1712
-
1713
- ## unfoldableArray
1714
-
1715
- ** Signature **
1716
-
1717
- ` ` ` ts
1718
- export declare const unfoldableArray: Unfoldable1<'Array'>
1719
- ` ` `
1720
-
1721
- Added in v2 .7.0
1722
-
1723
- ## witherableArray
1724
-
1725
- ** Signature **
1726
-
1727
- ` ` ` ts
1728
- export declare const witherableArray: Witherable1<'Array'>
1729
- ` ` `
1730
-
1731
- Added in v2 .7.0
1732
-
1733
1733
# unsafe
1734
1734
1735
1735
## unsafeDeleteAt
0 commit comments