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.

  1. singleton :: Transform sig y => y -> sig y

    synthesizer-core Synthesizer.Generic.Signal

    No documentation available.

  2. singleton :: a -> T a

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  3. singleton :: GenericTextZipper a => Char -> a

    text-zipper Data.Text.Zipper.Generic

    No documentation available.

  4. singleton :: Ord v => Interval v -> a -> IntervalMap v a

    trifecta Text.Trifecta.Util.IntervalMap

    O(1). Interval map with a single entry.

  5. singleton :: (Eq a, GcdDomain a, Eq b, Num b) => a -> b -> Coprimes a b

    arithmoi Math.NumberTheory.Euclidean.Coprimes

    Wrap a non-zero number with its multiplicity into Coprimes.

    >>> singleton 210 1
    Coprimes {unCoprimes = [(210,1)]}
    

  6. singleton :: Prime Int -> PrimeIntSet

    arithmoi Math.NumberTheory.Primes.IntSet

    Build a singleton set.

  7. singleton :: Char -> CharSet

    charset Data.CharSet

    No documentation available.

  8. singleton :: forall (c :: Type -> Type -> Type) k v . (IsList (c k v), Item (c k v) ~ (k, v)) => GMapEntry k v -> GMap c k v

    greskell-core Data.Greskell.GMap

    Create GMap that has the single GMapEntry.

  9. singleton :: Ord a => a -> Heap a

    heaps Data.Heap

    O(1). A heap with a single element

    singleton x ≡ fromList [x]
    singleton x ≡ insert x empty
    
    >>> size (singleton "hello")
    1
    

  10. singleton :: a -> HVect '[a]

    hvect Data.HVect

    No documentation available.

Page 21 of many | Previous | Next