Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

7.8 Combining Effects, Wrong Sentence #129

Open
jooyunghan opened this issue Dec 27, 2017 · 0 comments
Open

7.8 Combining Effects, Wrong Sentence #129

jooyunghan opened this issue Dec 27, 2017 · 0 comments

Comments

@jooyunghan
Copy link

In the middle of the third paragraph of 7.8 Combining Effect,

‘We can use the Applicative instance for List to lift this function over f, to get a function of type f a -> f a -> f a -> f (List a)’

But to lift a function of a -> a -> a -> List a to f a -> f a -> f a -> f (List a) we use the Applicative instance of f, not one of List.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant