Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allStraight :: [[PlayingCard]]

    general-games Game.Game.Poker

    All straights in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  2. allStraightFlush :: [[PlayingCard]]

    general-games Game.Game.Poker

    All straight flushes in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  3. allThreeOfAKind :: [[PlayingCard]]

    general-games Game.Game.Poker

    All three-of-a-kind in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  4. allTwoPair :: [[PlayingCard]]

    general-games Game.Game.Poker

    All two pairs in a full deck of playing cards. The current implementation traverses the entire list of allPossibleHands, and is not efficient.

  5. all0 :: Hex

    ghci-hexcalc Data.GHex

    0x0

  6. all1 :: Hex

    ghci-hexcalc Data.GHex

    inv 0x0

  7. allProperties :: PropertyMap m => m p v -> [p v]

    greskell Data.Greskell.Graph.PropertyMap

    Return all properties in the map.

  8. allSatMaxModelCount :: SMTConfig -> Maybe Int

    grisette Grisette.Backend

    In a allSat call, return at most this many models. If nothing, return all.

  9. allSatPrintAlong :: SMTConfig -> Bool

    grisette Grisette.Backend

    In a allSat call, print models as they are found.

  10. allSatTrackUFs :: SMTConfig -> Bool

    grisette Grisette.Backend

    In a allSat call, should we try to extract values of uninterpreted functions?

Page 133 of many | Previous | Next