• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. module Combinatorics.Battleship.Enumeration

    Enumerate all possible configurations in the Battleship game.

  2. enumerateStandard :: IO ()

    battleship-combinatorics Combinatorics.Battleship.Enumeration

    No documentation available.

  3. enumerateFirst :: IO ()

    battleship-combinatorics Combinatorics.Battleship.SetCover

    No documentation available.

  4. enumerateGen :: Monad m => ([AssignShipBitSet] -> m AssignShipBitSet) -> (Int, Int) -> [(ShipSize, Int)] -> m (Map (Int, Int) Bool)

    battleship-combinatorics Combinatorics.Battleship.SetCover

    No documentation available.

  5. enumerateMixed :: IO ()

    battleship-combinatorics Combinatorics.Battleship.SetCover

    No documentation available.

  6. enumerateRandom :: IO ()

    battleship-combinatorics Combinatorics.Battleship.SetCover

    No documentation available.

  7. enumerateShip :: IO ()

    battleship-combinatorics Combinatorics.Battleship.SetCover

    No documentation available.

  8. data PgNumRange

    beam-postgres Database.Beam.Postgres

    No documentation available.

  9. data PgHasEnum

    beam-postgres Database.Beam.Postgres.CustomTypes

    No documentation available.

  10. PgHasEnum :: Text -> [Text] -> PgHasEnum

    beam-postgres Database.Beam.Postgres.CustomTypes

    No documentation available.

Page 444 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete