Skip to content

Type signature of outside on cheat sheet is wrong #1078

@turion

Description

@turion

The type signature on the cheat sheet says:

outside :: Prism s t a b -> Lens (s -> r) (t -> r) (a -> r) (b -> r)

But in fact s and t, and a and b should be swapped:

outside :: Prism s t a b -> Lens (t -> r) (s -> r) (b -> r) (a -> r)

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