Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. singleton :: a -> [a]

    BNFC BNFC.Utils

    Give a telling name to the electric monkey.

  2. singleton :: Key -> v -> KeyMap v

    Blammo Data.Aeson.Compat

    Construct a map with a single element.

  3. singleton :: a -> Chunks a

    array-chunks Data.Chunks

    Create chunks with 1 element.

  4. singleton :: (time, time) -> label -> T time label

    audacity Sound.Audacity.LabelTrack

    No documentation available.

  5. singleton :: Storable a => Key w -> a -> T w a

    battleship-combinatorics Combinatorics.Battleship.Count.CountMap

    No documentation available.

  6. singleton :: ShipSize -> NumberOfShips -> T

    battleship-combinatorics Combinatorics.Battleship.Fleet

    No documentation available.

  7. singleton :: a -> BinList a

    binary-list Data.BinaryList

    O(1). Build a list with a single element.

  8. singleton :: AsEnumSet a => a -> EnumSet a

    bitwise-enum Data.Enum.Set

    O(1). A set of one element.

  9. singleton :: (Bits w, Enum a) => a -> EnumSet w a

    bitwise-enum Data.Enum.Set.Base

    O(1). A set of one element.

  10. singleton :: (a -> [Hash]) -> Int -> a -> Bloom a

    bloomfilter Data.BloomFilter

    Create a Bloom filter with a single element. This function is subject to fusion with insert and insertList.

Page 29 of many | Previous | Next