Skip to content

Commit

Permalink
Update ChooseNextAction to include two required NextPlayerAction options
Browse files Browse the repository at this point in the history
  • Loading branch information
absynce committed Dec 27, 2023
1 parent e6ab42a commit cddb256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EightBall.elm
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ type WhatHappened

type NextPlayerAction
= SpotEightBall (Pool AwaitingSpotEightBall)
-- | ChooseNextAction (List NextPlayerAction)
-- | ChooseNextAction NextPlayerAction NextPlayerAction (List NextPlayerAction)
| PlaceBallInHand (Pool AwaitingPlaceBallInHand)


Expand Down

0 comments on commit cddb256

Please sign in to comment.