Hoogle Search
Within LTS Haskell 24.53 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
singleton :: Storable a => a -> Vector astorablevector Data.StorableVector.Lazy No documentation available.
singleton :: Storable a => a -> Vector astorablevector Data.StorableVector.Lazy.Pattern No documentation available.
singleton :: Storable a => a -> Vector size astorablevector Data.StorableVector.Lazy.Typed No documentation available.
singleton :: TextualMonoid t => Char -> tmonoid-subclasses Data.Monoid.Textual Creates a prime monoid containing a single character.
singleton c == fromString [c]
-
Cabal-syntax Distribution.Compat.DList Make DList containing single element.
singleton :: a -> NonEmptySet aCabal-syntax Distribution.Compat.NonEmptySet No documentation available.
singleton :: Storable a => a -> Array () acomfort-array Data.Array.Comfort.Storable \x -> Array.singleton x ! () == (x::Word16)
singleton :: Storable a => a -> Array () acomfort-array Data.Array.Comfort.Storable.Unchecked \x -> Array.singleton x ! () == (x::Word16)
singleton :: Measured v a => a -> FingerTree v afingertree Data.FingerTree O(1). A singleton sequence.
singleton :: Ord v => Interval v -> a -> IntervalMap v afingertree Data.IntervalMap.FingerTree O(1). Interval map with a single entry.