- experimentW<W, F>(com, functor): (<S>(modifier) => (<A>(store) => Get1<F, A>))
Returns (<S>(modifier) => (<A>(store) => Get1<F, A>))
The fetched data on F
.
- <S>(modifier): (<A>(store) => Get1<F, A>)
Parameters
modifier: ((s) => Get1<F, S>)
Returns (<A>(store) => Get1<F, A>)
- <A>(store): Get1<F, A>
Returns Get1<F, A>
Fetches the data from
store
at the position by modifying withmodifier
on functorF
.