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.
singleton :: (Representable k, Representable a) => k % 1 -> a % 1 -> Pool % 1 -> Heap k alinear-base Foreign.Heap No documentation available.
-
monad-par-extras Control.Monad.Par.AList O(1) a singleton AList
singleton :: (Ord k, MonoidNull v) => k -> v -> MonoidMap k vmonoidmap-internal Data.MonoidMap.Internal Constructs a MonoidMap from a single key-value pair. Satisfies the following property:
get k (singleton k v) == v
Nullifying the value for key k produces an empty map:nullify k (singleton k v) == empty
singleton :: Ord k => k -> v -> Map k vmonoidmap-internal Data.MonoidMap.Internal.RecoveredMap No documentation available.
singleton :: Key -> IntMultiSetmultiset Data.IntMultiSet O(1). Create a singleton mutli set.
-
multiset Data.MultiSet O(1). Create a singleton mutli set.
singleton :: t -> a -> Timeline t anetwire FRP.Netwire.Utils.Timeline Singleton timeline with the given point.
-
primitive-extras PrimitiveExtras.Bitmap No documentation available.
singleton :: Int -> e -> By6Bits eprimitive-extras PrimitiveExtras.By6Bits An array with a single element at the specified index.
singleton :: (Typeable a, MonadIO m, MonadReader Cache m) => m a -> m aregistry Data.Registry.Internal.Cache Cache an effectful value by using its type as the cache key