-- 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.