On 8/1/07, david48 <[EMAIL PROTECTED]> wrote:
> As a beginner haskeller coming from an imperative experience, I think
> I understood what he meant.
>
> say you have this code :
>
>    putStrLn "1" >> putStrLn "2" >> putStrLn "3"
>
> you can imagine each of the calls to putStrLn gets implicitly passed a
> variable (here, the world ) and they happen in succession so it's
> "like a loop".

Why isn't this "like a semicolon"?

Chris
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to