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
The current Range data structure uses a non-fixed-size Map. For Hole and ShapedHole ranges, a 1346 (somewhere around there) and 139 sized will suffice respectively.
The current
Range
data structure uses a non-fixed-sizeMap
. ForHole
andShapedHole
ranges, a 1346 (somewhere around there) and 139 sized will suffice respectively.See #12 for prior discussion.
See https://github.com/tonyday567/poker-fold/blob/main/src/Poker/RangedHole.hs#L289 for an implementation.
Naming is agreed to be
HoleRange
andShapedHoleRange
respectively. The structure should also be strict in its elements.The text was updated successfully, but these errors were encountered: