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 :: Enum a => a -> T a

    board-games Game.Mastermind.NonEmptyEnumSet

    No documentation available.

  2. singleton :: Int -> a -> BQueue a

    bounded-queue Data.Queue.Bounded

    Given a limit value and an initial value, yield a singleton BQueue.

  3. singleton :: ByteString -> a -> Trie a

    bytestring-trie Data.Trie

    Construct a singleton trie.

  4. singleton :: ByteString -> a -> Trie a

    bytestring-trie Data.Trie.Internal

    Construct a singleton trie.

  5. singleton :: Typeable bean => bean -> Beans

    cauldron Cauldron.Beans

    No documentation available.

  6. singleton :: Time -> TimeInterval

    chronos Chronos

    The singleton (degenerate) TimeInterval.

  7. singleton :: Uniquable a => a -> b -> UniqMap b

    clash-lib Clash.Data.UniqMap

    A map containing a single value indexed by the given key's unique.

  8. singleton :: Storable a => a -> Array () a

    comfort-blas Numeric.BLAS.Vector

    \x  ->  Array.singleton x ! () == (x::Word16)
    

  9. singleton :: Integer -> IntegerInterval

    data-interval Data.IntegerInterval

    singleton set [x,x]

  10. singleton :: Ord r => r -> Interval r

    data-interval Data.Interval

    singleton set [x,x]

Page 30 of many | Previous | Next