Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
singleton :: Storable a => a -> Vector arebase Rebase.Data.Vector.Storable No documentation available.
singleton :: Unbox a => a -> Vector arebase Rebase.Data.Vector.Unboxed No documentation available.
singleton :: forall (m :: Type -> Type) . Monad m => Word8 -> ByteStream m ()streaming-bytestring Streaming.ByteString O(1) Yield a Word8 as a minimal ByteStream.
singleton :: forall (m :: Type -> Type) . Monad m => Char -> ByteStream m ()streaming-bytestring Streaming.ByteString.Char8 O(1) Yield a Char as a minimal ByteStream
singleton :: Transform sig y => y -> sig ysynthesizer-core Synthesizer.Generic.Signal No documentation available.
-
synthesizer-core Synthesizer.State.Signal No documentation available.
singleton :: GenericTextZipper a => Char -> atext-zipper Data.Text.Zipper.Generic No documentation available.
singleton :: (Eq a, GcdDomain a, Eq b, Num b) => a -> b -> Coprimes a barithmoi Math.NumberTheory.Euclidean.Coprimes Wrap a non-zero number with its multiplicity into Coprimes.
>>> singleton 210 1 Coprimes {unCoprimes = [(210,1)]}singleton :: Prime Int -> PrimeIntSetarithmoi Math.NumberTheory.Primes.IntSet Build a singleton set.
-
greskell-core Data.Greskell.GMap