File tree 2 files changed +29
-4
lines changed
2 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ Added in v2.0.0
59
59
- [ getOrElseW] ( #getorelsew )
60
60
- [ instances] ( #instances )
61
61
- [ Alt] ( #alt-1 )
62
- - [ Applicative] ( #applicative )
62
+ - [ ApplicativePar] ( #applicativepar )
63
+ - [ ApplicativeSeq] ( #applicativeseq )
63
64
- [ Bifunctor] ( #bifunctor-1 )
64
65
- [ Functor] ( #functor-1 )
65
66
- [ Monad] ( #monad-1 )
@@ -75,6 +76,7 @@ Added in v2.0.0
75
76
- [ getIOValidation] ( #getiovalidation )
76
77
- [ getSemigroup] ( #getsemigroup )
77
78
- [ ioEither] ( #ioeither )
79
+ - [ ~~ Applicative~~ ] ( #applicative )
78
80
- [ model] ( #model )
79
81
- [ IOEither (interface)] ( #ioeither-interface )
80
82
- [ utils] ( #utils )
@@ -487,15 +489,25 @@ export declare const Alt: Alt2<'IOEither'>
487
489
488
490
Added in v2 .7.0
489
491
490
- ## Applicative
492
+ ## ApplicativePar
491
493
492
494
** Signature **
493
495
494
496
` ` ` ts
495
- export declare const Applicative : Applicative2<'IOEither'>
497
+ export declare const ApplicativePar : Applicative2<'IOEither'>
496
498
` ` `
497
499
498
- Added in v2 .7.0
500
+ Added in v2 .8.4
501
+
502
+ ## ApplicativeSeq
503
+
504
+ ** Signature **
505
+
506
+ ` ` ` ts
507
+ export declare const ApplicativeSeq: Applicative2<'IOEither'>
508
+ ` ` `
509
+
510
+ Added in v2 .8.4
499
511
500
512
## Bifunctor
501
513
@@ -659,6 +671,18 @@ export declare const ioEither: Monad2<'IOEither'> &
659
671
660
672
Added in v2 .0.0
661
673
674
+ ## ~~ Applicative ~~
675
+
676
+ Use ` ApplicativePar ` instead
677
+
678
+ ** Signature **
679
+
680
+ ` ` ` ts
681
+ export declare const Applicative: Applicative2<'IOEither'>
682
+ ` ` `
683
+
684
+ Added in v2 .7.0
685
+
662
686
# model
663
687
664
688
## IOEither (interface )
Original file line number Diff line number Diff line change @@ -537,6 +537,7 @@ export const ApplicativeSeq: Applicative2<URI> = {
537
537
* Use `ApplicativePar` instead
538
538
*
539
539
* @since 2.7.0
540
+ * @category instances
540
541
* @deprecated
541
542
*/
542
543
export const Applicative : Applicative2 < URI > = ApplicativePar
You can’t perform that action at this time.
0 commit comments