[Haskell-cafe] [Haskell] haskell.org migration complete

Henning Thielemann lemming at henning-thielemann.de
Sat Dec 11 14:44:56 CET 2010


It seems that the new Wiki interprets a line-feed as beginning of a new 
paragraph. Before only two LFs where interpreted as paragraph separators. 
I liked the former interpretation because it allowed to split a paragraph 
into lines, where each sentence or each part of a sentence is on an 
individual line. This is better for all the line-oriented Diff-tools.

Also code like
<haskell>
   class C a where
     method :: a

   instance C Int where
     method = bla
</haskell>

is formatted with strange indentation as

class C a where
     method :: a

   instance C Int where
     method = bla




More information about the Haskell-Cafe mailing list