Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Apr 21, 2022
1 parent 98c6786 commit b395762
Show file tree
Hide file tree
Showing 74 changed files with 972 additions and 75 deletions.
2 changes: 1 addition & 1 deletion docs/modules/IOEither.ts.md
Expand Up @@ -582,7 +582,7 @@ Added in v2.11.0
export declare const orElseFirstIOK: <E, B>(onLeft: (e: E) => I.IO<B>) => <A>(ma: IOEither<E, A>) => IOEither<E, A>
```

Added in v2.11.8
Added in v2.12.0

## orElseFirstW

Expand Down

0 comments on commit b395762

Please sign in to comment.