
19 Jul
2012
19 Jul
'12
7:07 a.m.
In your case the Nothing is unused so will never be a problem. Perhaps more worrying: foo :: Int -> Int foo n = x + 1 where Just x = Nothing This gives no warnings.