Skip to content

Commit

Permalink
fix arbitrary P_ViewDef
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Sep 18, 2023
1 parent d5d465c commit 2c72afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ampersand/Test/Parser/ArbitraryTree.hs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ instance Arbitrary P_ViewDef where
P_Vd <$> arbitrary
<*> arbitrary
<*> arbitrary
<*> arbitrary
<*> arbitrary `suchThat` noLabel
<*> arbitrary
<*> arbitrary
<*> arbitrary
Expand Down

0 comments on commit 2c72afe

Please sign in to comment.