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

7.8 Combining Effects, Wrong Sentence #129

@jooyunghan

Description

@jooyunghan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions