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