• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (+/-) :: (Num a, Ord a) => a -> a -> Interval a

    intervals Numeric.Interval

    No documentation available.

  2. (+/-) :: (Num a, Ord a) => a -> a -> Interval a

    intervals Numeric.Interval.Internal

    No documentation available.

  3. (+=) :: Exp -> Exp -> Stm

    language-c-quote Language.C.Smart

    No documentation available.

  4. (+>) :: MedianStream a -> a -> MedianStream a

    median-stream Data.MedianStream

    Infix wrapper around insert with the MedianStream on the left. Complexity: O(lgn)

  5. type family (xs :: [k]) ++ (ys :: [k]) :: [k]

    monoidal-functors Control.Category.Tensor.Expr

    No documentation available.

  6. (+++) :: Semigroupal (->) Either Either (,) p => p a b -> p c d -> p (Either a c) (Either b d)

    monoidal-functors Data.Bifunctor.Monoidal.Specialized

    Infix operator for demux.

  7. (+>) :: Ord a => Ket a -> Ket a -> Ket a

    numeric-quest QuantumVector

    No documentation available.

  8. (+:+) :: forall (unitResult :: Rat) (unitLeft :: Rat) . KnownDivRat unitLeft unitResult => Time unitLeft -> Time unitResult -> Time unitResult

    o-clock Time.Timestamp

    Sums times of different units.

    >>> minute 1 +:+ sec 1
    61s
    

  9. (+.) :: Text -> Char -> Text

    oeis2 Math.OEIS.Internal

    No documentation available.

  10. (+.+) :: Text -> Text -> Text

    oeis2 Math.OEIS.Internal

    No documentation available.

Page 32 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete