fix[arbitrary]: apply hint (redundant $)
This commit is contained in:
parent
fc69c506ff
commit
4f31b90a26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue