Skip to content

Commit 3c58c15

Browse files
authored
Update README.md
1 parent 172d184 commit 3c58c15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ Notice that `View` implements an interface `IView` to communicate the contract.
166166

167167
#### Contravariant
168168

169-
- `View<S, En> MapLeftOnEvent<En>(Func<En, E> f) => new InternalView<S, S, E>(Evolve, InitialState).MapLeftOnEvent(f).AsView();`
169+
- `View<S, En> MapLeftOnEvent<En>(Func<En, E> f)`
170170

171171
#### Profunctor (Contravariant and Covariant)
172172

173-
- `View<Sn, E> DimapOnState<Sn>(Func<Sn, S> fl, Func<S, Sn> fr) => new InternalView<S, S, E>(Evolve, InitialState).DimapOnState(fl, fr).AsView();`
173+
- `View<Sn, E> DimapOnState<Sn>(Func<Sn, S> fl, Func<S, Sn> fr)`
174174

175175
#### *Commutative* Monoid
176176

@@ -222,11 +222,11 @@ Notice that `Saga` implements an interface `ISaga` to communicate the contract.
222222

223223
#### Contravariant
224224

225-
- `Saga<ARn, A> MapLeftOnActionResult<ARn>(Func<ARn, AR> f) => new(arn => react(f(arn)));`
225+
- `Saga<ARn, A> MapLeftOnActionResult<ARn>(Func<ARn, AR> f)`
226226

227227
#### Covariant
228228

229-
- `Saga<AR, An> MapOnAction<An>(Func<A, An> f) => new(ar => react(ar).Select(f));`
229+
- `Saga<AR, An> MapOnAction<An>(Func<A, An> f)`
230230

231231
#### Monoid
232232

@@ -278,4 +278,4 @@ and `Adam Dymitruk` for hosting the meetup.
278278
Thank you, [Srdjan Zivojinovic](https://github.com/zsrdjan) and [Crafters.cloud](https://www.crafters.cloud/), for your significant contributions to this project.
279279

280280
---
281-
Created with :heart: by [Fraktalio](https://fraktalio.com/)
281+
Created with :heart: by [Fraktalio](https://fraktalio.com/)

0 commit comments

Comments
 (0)