I just had a look at hpaste.org, and, amusingly, the first paste has this:

      down <- openLazyURI "http://list.iblocklist.com/?list=bt_level1";
      case down of
            Left  _  -> error "Could not download file"
            Right bs -> do input <- bs
                                 ...

I can collect a huge list of instances of this annoying pattern from
Hackage and Google Code Search if it will encourage GHC HQ to make it
an extension.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to