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

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. (^+^) :: AdditiveGroup v => v -> v -> v

    learn-physics Physics.Learn.CarrotVec

    Add vectors

  2. (^+^) :: Vec -> Vec -> Vec

    learn-physics Physics.Learn.SimpleVec

    Vector addition.

  3. (.+^) :: StateSpace p => p -> Diff p -> p

    learn-physics Physics.Learn.StateSpace

    Point plus vector

  4. (<+/>) :: Doc -> Doc -> Doc

    mainland-pretty Text.PrettyPrint.Mainland

    Concatenates two documents with a softline in between, with identity empty.

  5. (<+>) :: Doc -> Doc -> Doc

    mainland-pretty Text.PrettyPrint.Mainland

    Concatenates two documents with a space in between, with identity empty.

  6. (<+) :: a -> MedianStream a -> MedianStream a

    median-stream Data.MedianStream

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

  7. (:++:) :: Formula v -> Formula v -> Formula v

    minisat-solver SAT.MiniSat

    Exclusive or.

  8. (|+|) :: Semigroupal (->) Either (,) f => f a -> f b -> f (Either a b)

    monoidal-functors Data.Functor.Monoidal

    No documentation available.

  9. type (|+|) = Either

    monoidal-functors Data.Functor.Monoidal

    No documentation available.

  10. (<+>) :: Vectorspace s v => v -> v -> v

    numbers Data.Number.Vectorspace

    No documentation available.

Page 68 of many | Previous | Next

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