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. singleton :: a -> RAVec Bin1 a

    ral Data.RAVec

    No documentation available.

  2. singleton :: a -> NERAVec BinP1 a

    ral Data.RAVec.NonEmpty

    No documentation available.

  3. singleton :: a -> Tree 'Z a

    ral Data.RAVec.Tree

    Tree of zero depth, with single element.

    >>> singleton True
    Leaf True
    

  4. singleton :: a -> Tree 'Z a

    ral Data.RAVec.Tree.DF

    Tree with exactly one element.

    >>> singleton True
    Leaf True
    

  5. singleton :: Int -> RIntSet

    range-set-list Data.RangeSet.IntMap

    O(1). Create a singleton set.

  6. singleton :: a -> RSet a

    range-set-list Data.RangeSet.List

    O(1). Create a singleton set.

  7. singleton :: a -> RSet a

    range-set-list Data.RangeSet.Map

    O(1). Create a singleton set.

  8. singleton :: Word8 -> ByteString

    rawfilepath Data.ByteString.RawFilePath

    O(1) Convert a Word8 into a ByteString

  9. singleton :: a -> b -> RMap a b

    rec-def Data.Recursive.Map

    RM.get (RM.singleton k v) === M.singleton k v
    

  10. singleton :: a -> RSet a

    rec-def Data.Recursive.Set

    RS.get (RS.singleton x) === S.singleton x
    

Page 35 of many | Previous | Next