Re: [Colin Paul Adams] Re: Proposal: Define UTF-8 to be the encoding of Haskell source files

2011-04-07 Thread David Virebayre
2011/4/7 Christian Maeder > Am 07.04.2011 11:29, schrieb Christian Maeder: > > So my view is: Stick to ASCII and only if you must (not just for casual >> reasons) use UTF-8. >> > > This means all comments in haskell sources (for hackage) should be in > English, exclusively! Supply separate docum

Re: location of Haskell reports

2010-02-23 Thread David Virebayre
On Tue, Feb 23, 2010 at 10:55 AM, Peter Hercek wrote: > Should not be there a link to Haskell 2010 report on this page? > Simon wrote on another thread that he plans to work on it next month. David. ___ Haskell-prime mailing list Haskell-prime@haskell

Re: DoAndIfThenElse

2009-11-26 Thread David Virebayre
On Thu, Nov 26, 2009 at 10:29 AM, Christian Maeder wrote: I wonder why I still get a "parse error (possibly incorrect > indentation)" for: > > \begin{code} > main = do > if True then putStrLn "1" > else putStrLn "2" > \end{code} > > Isn't the proposal about : \begin{code} main = do if True th