Skip to content

Commit 7d4a411

Browse files
committed
fix syntax error, whoops
1 parent 13e45ba commit 7d4a411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EDSL.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ balancedHand =
8585
semibalancedHand :: Action
8686
semibalancedHand =
8787
alternatives [ balancedHand
88-
, constrain "semibalanced" ["shape(", ", any 5422 + any 6322"]
88+
, constrain "semibalanced" ["shape(", ", any 5422 + any 6322)"]
8989
]
9090

9191

0 commit comments

Comments
 (0)