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 :: 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 :: Ord v => Interval v -> a -> IntervalMap v atrifecta Text.Trifecta.Util.IntervalMap O(1). Interval map with a single entry.
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.
-
charset Data.CharSet No documentation available.
-
greskell-core Data.Greskell.GMap singleton :: Ord a => a -> Heap aheaps Data.Heap O(1). A heap with a single element
singleton x ≡ fromList [x] singleton x ≡ insert x empty
>>> size (singleton "hello") 1
-
hvect Data.HVect No documentation available.