Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allocComplex :: Real a => AllocComplex a

    fftw-ffi Numeric.FFTW.FFI

    No documentation available.

  2. allocReal :: Real a => AllocReal a

    fftw-ffi Numeric.FFTW.FFI

    No documentation available.

  3. allocComplex :: AllocComplex Double

    fftw-ffi Numeric.FFTW.FFI.Double

    No documentation available.

  4. allocReal :: AllocReal Double

    fftw-ffi Numeric.FFTW.FFI.Double

    No documentation available.

  5. allocComplex :: AllocComplex Float

    fftw-ffi Numeric.FFTW.FFI.Float

    No documentation available.

  6. allocReal :: AllocReal Float

    fftw-ffi Numeric.FFTW.FFI.Float

    No documentation available.

  7. allFlush :: [[PlayingCard]]

    general-games Game.Game.Poker

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

  8. allFourOfAKind :: [[PlayingCard]]

    general-games Game.Game.Poker

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

  9. allFullHouse :: [[PlayingCard]]

    general-games Game.Game.Poker

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

  10. allHighCard :: [[PlayingCard]]

    general-games Game.Game.Poker

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

Page 132 of many | Previous | Next