Haskell Code Golf

No.14298555 ViewReplyOriginalReport
Comfy code golf thread? Rules:

> Haskell language
> no language extensions, 'utility' functions, or let/where bindings
> Prelude only
> new lines don't count add to character count

1st game to start off I guess: Create Monad instance for '(->) r' in terms of Applicative instance, except 'return' cannot just be 'pure'.