fix[arbitrary]: apply hint (redundant $)

This commit is contained in:
vegowotenks 2025-06-29 12:45:45 +02:00
parent fc69c506ff
commit 4f31b90a26

View file

@ -21,7 +21,7 @@ data Instruction
instance Arbitrary Instruction where instance Arbitrary Instruction where
arbitrary :: Gen Instruction arbitrary :: Gen Instruction
arbitrary = Gen.oneof $ arbitrary = Gen.oneof
[ pure Increment [ pure Increment
, pure Decrement , pure Decrement
, pure MoveLeft , pure MoveLeft