We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Should this repl printout in Chapter 3 be updated?
> import Prelude > :type flip forall a b c. (a -> b -> c) -> b -> a -> c
> 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.)