You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- I think you want LibraryEffect to take a function like
libraryChoice:: [Card] -> [Card] ->Card->Bool
libraryChoice cardsInHand cardsSetAside cardRevealed =-- choose whether to keep it
This isn't quite all the information available (eg, how many cards are left before my shuffle?), so maybe it needs to be lifted into State somehow, but I think it's close enough. If you agree, I think it's within my ability to make that change.
The text was updated successfully, but these errors were encountered:
I've implemented this in amalloy/dominion@master...library - it's in a separate branch because I don't want to suggest you pull it until it's possible to test it.
I noticed
dominion/src/Dominion/Internal.hs
Line 425 in 2f4ff82
This isn't quite all the information available (eg, how many cards are left before my shuffle?), so maybe it needs to be lifted into State somehow, but I think it's close enough. If you agree, I think it's within my ability to make that change.
The text was updated successfully, but these errors were encountered: