Merge branch 'main' into dev
This commit is contained in:
@@ -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 (:*)
|
||||||
|
|||||||
Reference in New Issue
Block a user