Dev #6

Merged
msydneyslaga merged 7 commits from dev into main 2023-12-14 13:43:21 -07:00
Showing only changes of commit eaac7ad7a3 - Show all commits

View File

@@ -48,7 +48,7 @@ instance Arbitrary ArithExpr where
-- i don't feel like dealing with division at the moment -- i don't feel like dealing with division at the moment
[ IntA <$> int [ IntA <$> int
, NegateA <$> arbitrary , NegateA <$> arbitrary
-- , IdA <$> arbitrary , IdA <$> arbitrary
, b (:+) , b (:+)
, b (:-) , b (:-)
, b (:*) , b (:*)