Hi,
  In Haskell's way, normally, we write:
if condition then
  expression_true
else
  expression_false

  But I just heard that, in fancy way, we could do:
do
  ifNeedToDo >> doIt
  bluh

  May I have any clue here?
-- 
竹密岂妨流水过
山高哪阻野云飞

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

Reply via email to