Humor/irish joke

From HaskellWiki

How to keep an imperative programmer busy for hours

tell them the syntax for swapping two variables in Haskell is:

 let a=b; b=a in <exp>