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.
singleton :: a -> RAVec Bin1 aral Data.RAVec No documentation available.
singleton :: a -> NERAVec BinP1 aral Data.RAVec.NonEmpty No documentation available.
-
ral Data.RAVec.Tree Tree of zero depth, with single element.
>>> singleton True Leaf True
-
ral Data.RAVec.Tree.DF Tree with exactly one element.
>>> singleton True Leaf True
-
range-set-list Data.RangeSet.IntMap O(1). Create a singleton set.
-
range-set-list Data.RangeSet.List O(1). Create a singleton set.
-
range-set-list Data.RangeSet.Map O(1). Create a singleton set.
singleton :: Word8 -> ByteStringrawfilepath Data.ByteString.RawFilePath O(1) Convert a Word8 into a ByteString
singleton :: a -> b -> RMap a brec-def Data.Recursive.Map RM.get (RM.singleton k v) === M.singleton k v
-
rec-def Data.Recursive.Set RS.get (RS.singleton x) === S.singleton x