Hoogle Search

Within LTS Haskell 24.49 (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. (+:+) :: 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
    

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

    oeis2 Math.OEIS.Internal

    No documentation available.

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

    oeis2 Math.OEIS.Internal

    No documentation available.

  10. (+%) :: Show a => String -> a -> String

    percent-format Text.PercentFormat

    Just an alias to % for use whenever Data.Ratio is in scope.

    import Data.Ratio
    import Text.PercentFormat hiding ((%))
    "..." +% 1 -% 2
    

Page 32 of many | Previous | Next