On Thu, Nov 26, 2009 at 10:29 AM, Christian Maeder <[email protected]
> 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 then putStrLn "1"
;else putStrLn "2"
\end{code}
?
David.
_______________________________________________
Haskell-prime mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-prime