Skip to content

Chapter 3 - repl print out for "flip" needs updating? #326

@ghost

Description

Should this repl printout in Chapter 3 be updated?

Book

> import Prelude
> :type flip
forall a b c. (a -> b -> c) -> b -> a -> c

repl (for PureScript 0.14.1)

> import Prelude
> :type flip
forall (a :: Type) (b :: Type) (c :: Type). (a -> b -> c) -> b -> a -> c

In general, would it be better if an edit suggestion like this comes through a PR? (I thought I'd start small, though.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions