tasty-discover-2.0.2: test/SubMod/FooBaz.hs
module SubMod.FooBaz where prop_additionCommutative :: Int -> Int -> Bool prop_additionCommutative a b = a + b == b + a
module SubMod.FooBaz where prop_additionCommutative :: Int -> Int -> Bool prop_additionCommutative a b = a + b == b + a