Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. singleton :: a -> RAList a

    ral Data.RAList

    Single element RAList.

  2. singleton :: a -> NERAList a

    ral Data.RAList.NonEmpty

    Single element NERAList.

  3. singleton :: a -> RAVec Bin1 a

    ral Data.RAVec

    No documentation available.

  4. singleton :: a -> NERAVec BinP1 a

    ral Data.RAVec.NonEmpty

    No documentation available.

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

    ral Data.RAVec.Tree

    Tree of zero depth, with single element.

    >>> singleton True
    Leaf True
    

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

    ral Data.RAVec.Tree.DF

    Tree with exactly one element.

    >>> singleton True
    Leaf True
    

  7. singleton :: Int -> RIntSet

    range-set-list Data.RangeSet.IntMap

    O(1). Create a singleton set.

  8. singleton :: a -> RSet a

    range-set-list Data.RangeSet.List

    O(1). Create a singleton set.

  9. singleton :: a -> RSet a

    range-set-list Data.RangeSet.Map

    O(1). Create a singleton set.

  10. singleton :: Word8 -> ByteString

    rawfilepath Data.ByteString.RawFilePath

    O(1) Convert a Word8 into a ByteString

Page 35 of many | Previous | Next