(Not that writing unit tests for haskell code is a bad idea - QuickCheck is WAY more powerful than junits, for example)
Indeed. What I meant was that basically:
P(HaskellCodeCorrect|Compile+QC+UnitTest) =~= P(OtherCodeCorrect|Compile+UnitTest)
(Not that writing unit tests for haskell code is a bad idea - QuickCheck is WAY more powerful than junits, for example)