Skip to content

Commit

Permalink
docs: ReaderIO
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej authored and gcanti committed Sep 2, 2022
1 parent 68ba9a9 commit 484146c
Show file tree
Hide file tree
Showing 45 changed files with 757 additions and 43 deletions.
703 changes: 703 additions & 0 deletions docs/modules/ReaderIO.ts.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/modules/ReaderT.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReaderT.ts
nav_order: 80
nav_order: 81
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReaderTask.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReaderTask.ts
nav_order: 81
nav_order: 82
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReaderTaskEither.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReaderTaskEither.ts
nav_order: 82
nav_order: 83
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlyArray.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlyArray.ts
nav_order: 83
nav_order: 84
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlyMap.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlyMap.ts
nav_order: 84
nav_order: 85
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlyNonEmptyArray.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlyNonEmptyArray.ts
nav_order: 85
nav_order: 86
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlyRecord.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlyRecord.ts
nav_order: 86
nav_order: 87
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlySet.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlySet.ts
nav_order: 87
nav_order: 88
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlyTuple.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlyTuple.ts
nav_order: 88
nav_order: 89
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Record.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Record.ts
nav_order: 89
nav_order: 90
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Refinement.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Refinement.ts
nav_order: 90
nav_order: 91
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Ring.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Ring.ts
nav_order: 91
nav_order: 92
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Semigroup.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Semigroup.ts
nav_order: 92
nav_order: 93
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Semigroupoid.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Semigroupoid.ts
nav_order: 93
nav_order: 94
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Semiring.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Semiring.ts
nav_order: 94
nav_order: 95
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Separated.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Separated.ts
nav_order: 95
nav_order: 96
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Set.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Set.ts
nav_order: 96
nav_order: 97
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Show.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Show.ts
nav_order: 97
nav_order: 98
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/State.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: State.ts
nav_order: 98
nav_order: 99
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/StateReaderTaskEither.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: StateReaderTaskEither.ts
nav_order: 99
nav_order: 100
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/StateT.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: StateT.ts
nav_order: 100
nav_order: 101
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Store.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Store.ts
nav_order: 101
nav_order: 102
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Strong.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Strong.ts
nav_order: 103
nav_order: 104
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Task.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Task.ts
nav_order: 105
nav_order: 106
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TaskEither.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TaskEither.ts
nav_order: 106
nav_order: 107
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TaskOption.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TaskOption.ts
nav_order: 107
nav_order: 108
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TaskThese.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TaskThese.ts
nav_order: 108
nav_order: 109
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/These.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: These.ts
nav_order: 109
nav_order: 110
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TheseT.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TheseT.ts
nav_order: 110
nav_order: 111
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Traced.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Traced.ts
nav_order: 111
nav_order: 112
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Traversable.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Traversable.ts
nav_order: 112
nav_order: 113
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TraversableWithIndex.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TraversableWithIndex.ts
nav_order: 113
nav_order: 114
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Tree.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Tree.ts
nav_order: 114
nav_order: 115
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Tuple.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Tuple.ts
nav_order: 115
nav_order: 116
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Unfoldable.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Unfoldable.ts
nav_order: 116
nav_order: 117
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ValidationT.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ValidationT.ts
nav_order: 117
nav_order: 118
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Witherable.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Witherable.ts
nav_order: 119
nav_order: 120
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Writer.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Writer.ts
nav_order: 120
nav_order: 121
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/WriterT.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: WriterT.ts
nav_order: 121
nav_order: 122
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Zero.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Zero.ts
nav_order: 122
nav_order: 123
parent: Modules
---

Expand Down
11 changes: 11 additions & 0 deletions docs/modules/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Added in v2.0.0
- [random](#random)
- [reader](#reader)
- [readerEither](#readereither)
- [readerIO](#readerio)
- [readerT](#readert)
- [readerTask](#readertask)
- [readerTaskEither](#readertaskeither)
Expand Down Expand Up @@ -908,6 +909,16 @@ export declare const readerEither: typeof readerEither

Added in v2.0.0

## readerIO

**Signature**

```ts
export declare const readerIO: typeof readerIO
```

Added in v2.0.0

## readerT

**Signature**
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/string.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: string.ts
nav_order: 102
nav_order: 103
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/struct.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: struct.ts
nav_order: 104
nav_order: 105
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/void.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: void.ts
nav_order: 118
nav_order: 119
parent: Modules
---

Expand Down

0 comments on commit 484146c

Please sign in to comment.