packages feed

tasty-discover-4.1.0: test/SubMod/SubSubMod/PropTest.hs

module SubMod.SubSubMod.PropTest where

prop_additionCommutative :: Int -> Int -> Bool
prop_additionCommutative a b = a + b == b + a