Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. sRGBBounded :: (Ord b, Floating b, Integral a, Bounded a) => a -> a -> a -> Colour b

    ansi-terminal-game Terminal.Game

    Construct a colour from an sRGB specification. Input components are expected to be in the range [0..maxBound].

  2. blockBounded :: Nat w => Size w -> Position -> T w -> T w

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    Inserts at positions outside of the bounds are ignored. You may overwrite Free or Blocked fields, but not Vertical ones.

  3. countBounded :: Nat w => (Size w, Int) -> T -> Count

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

  4. countBoundedFleetsFromMap :: CountMap w -> Map T Integer

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

  5. countBoundedFleetsFromMap_ :: CountMap w -> Map T Integer

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

  6. countBoundedFromMap :: (C a, Storable a) => T -> T w a -> a

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

  7. nextFrontierBounded :: Nat w => Size w -> T -> CountMap w -> CountMap w

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    Here we save memory and speed up the computation in the following way: We stop searching deeper if

    1. the fleet becomes larger than the requested fleet ("larger" means, that for at least one ship size the number of ships is larger than in the requested fleet)
    2. the cumulated fleet becomes larger than the cumulated requested fleet This is necessary, since we do not know the final length of the vertical ships at the frontier.
    In this approach, the fleet does not contain the vertical ships at the frontier.

  8. nextFrontierBoundedExternal :: Nat w => Size w -> T -> CountMapPath w -> CountMap w -> IO ()

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

  9. propCountBounded :: Property

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

  10. transitionFrontierBounded :: Nat w => Size w -> T -> T w -> T -> [(T w, T)]

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

Page 40 of many | Previous | Next