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.
allocComplex :: Real a => AllocComplex afftw-ffi Numeric.FFTW.FFI No documentation available.
allocReal :: Real a => AllocReal afftw-ffi Numeric.FFTW.FFI No documentation available.
allocComplex :: AllocComplex Doublefftw-ffi Numeric.FFTW.FFI.Double No documentation available.
-
fftw-ffi Numeric.FFTW.FFI.Double No documentation available.
allocComplex :: AllocComplex Floatfftw-ffi Numeric.FFTW.FFI.Float No documentation available.
-
fftw-ffi Numeric.FFTW.FFI.Float No documentation available.
-
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.
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.
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.
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.