On Thu, Dec 30, 2010 at 8:33 AM, Lauri Alanko <la@iki.fi> wrote:Aesthetics is a funny thing. I prefer writing my type signatures
> Even nowadays, Haddock deliberately generates the following layout for
> long function types:
>
> openTempFile
> :: FilePath
> -> String
> -> IO (FilePath, Handle)
>
arrow-first if they grow too long.