[Haskell-cafe] Formatting function types

Ketil Malde ketil at malde.org
Thu Dec 30 19:52:24 CET 2010


Antoine Latter <aslatter at gmail.com> writes:

>> openTempFile
>>    :: FilePath
>>    -> String
>>    -> IO (FilePath, Handle)

My main discomfort with this is not the result type, but that the first
argument appears different from the rest.  I much prefer having the ::
be attached to the identifier. FWIW.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants



More information about the Haskell-Cafe mailing list