Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinland committed Sep 21, 2024
1 parent 28e0f59 commit 7e67ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bids/Lebensohl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ primarySuit_ T.Spades = do
T.Spades `atLeastAsLong` T.Clubs
T.Spades `atLeastAsLong` T.Diamonds
T.Spades `atLeastAsLong` T.Hearts
primarySuit_ T.Notrump = error "notrump is not a primary suit"


gfWithSuit_ :: T.Suit -> T.Suit -> Action
Expand Down

0 comments on commit 7e67ba7

Please sign in to comment.