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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. writeTmpCountMap :: Int -> CountMap w -> IO ()

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip

    No documentation available.

  2. type CountDistrMap w h = T w CountDistr w h

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip.Distribution

    No documentation available.

  3. type CountMap = T Count

    battleship-combinatorics Combinatorics.Battleship.Count.ShortenShip.Distribution

    No documentation available.

  4. charmapFromShip :: Ship -> Map (Int, Int) Char

    battleship-combinatorics Combinatorics.Battleship.Enumeration

    No documentation available.

  5. sumMaps :: [Map (Int, Int) Int] -> Map (Int, Int) Int

    battleship-combinatorics Combinatorics.Battleship.SetCover

    No documentation available.

  6. sumMapsStorable :: (Int, Int) -> [Map (Int, Int) Word64] -> Map (Int, Int) Word64

    battleship-combinatorics Combinatorics.Battleship.SetCover

    No documentation available.

  7. package bimaps

    bijections with multiple implementations. Bijections between sets of values.

  8. data Bimap l r

    bimaps Data.Bijection.Class

    Bijection between finite sets. Both data types are strict here.

  9. Bimap :: l -> r -> Bimap l r

    bimaps Data.Bijection.Class

    No documentation available.

  10. module Data.Bijection.HashMap

    No documentation available.

Page 1122 of many | Previous | Next

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