Diff: //haskell-sucks @ e73bf9d11 | src | log | howto

-- a/haskell-sucks++ b/haskell-sucks
@@ -45,6 +45,12 @@

Where "->redMask=" is another postfix operator.

Also, you can get very nice runtime error if you write code like this

bc. data Type = Cons1 { prop1 :: Int }
| Cons2 {prop2 :: Int }
main = print $ prop2 $ Cons1 {prop1 = 0}

h2. base library sucks

Haskell has brilliant thing: infinite integral types.

By Voker57 on Mon Jun 07 07:49:39 +0000 2010