On Wed, 9 Jul 2008, Neil Mitchell wrote:

For example, in the module I'm currently working on:

module Hoogle.DataBase.TypeSearch.Graph(
   Graph, newGraph,
   GraphResult(..), ArgPos, Binding,
   graphSearch
   ) where

I dislike the fact that ,'s come after every line but the last - it
lacks consistency, and often requires 1 more line of diff when adding
somethign (add comma to previous line, and add the line). I would
rather write:

Also in the current syntax it is allowed to add a comma in the last line.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to