Skip to content

Commit

Permalink
bugfix. whoops! (#107)
Browse files Browse the repository at this point in the history
* I already did this TODO, take it out

* fix syntax error, whoops
  • Loading branch information
penguinland authored Jan 26, 2025
1 parent 1c25b91 commit 859dc9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/EDSL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ balancedHand =
semibalancedHand :: Action
semibalancedHand =
alternatives [ balancedHand
, constrain "semibalanced" ["shape(", ", any 5422 + any 6322"]
, constrain "semibalanced" ["shape(", ", any 5422 + any 6322)"]
]


Expand Down
1 change: 0 additions & 1 deletion src/Topics/Lebensohl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ cueBidWithoutStopper = let
-- TODO:
-- opener responds to Stayman
-- pass or bid game after relay and invite (maybe not: should be obvious)
-- opener uses normal systems after X or 2C


topic :: Topic
Expand Down

0 comments on commit 859dc9e

Please sign in to comment.