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

    simple-affine-space Data.AffineSpace

    Addition of affine point and vector.

  2. (^+^) :: VectorSpace v a => v -> v -> v

    simple-affine-space Data.VectorSpace

    Vector addition

  3. (<+>) :: Printer p => p -> p -> p

    text-printer Text.Printer

    Concatenate two Printers with a space between them.

  4. (-+) :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Base.Math

    Minus-or-plus operator <math>. Also available as symbol mp.

  5. (-+) :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Packages.AMSMath

    Minus-or-plus operator <math>. Also available as symbol mp.

  6. (<+:>) :: AttrString -> AttrString -> AttrString

    LambdaHack Game.LambdaHack.Client.UI.Overlay

    No documentation available.

  7. (<+>) :: Text -> Text -> Text

    LambdaHack Game.LambdaHack.Core.Prelude

    Separated by space unless one of them is empty (in which case just the non-empty one) or the first ends or the last begins with whitespace.

  8. (<+>) :: IsString s => Doc s -> Doc s -> Doc s

    algebraic-graphs Algebra.Graph.Export

    Concatenate two documents, separated by a single space, unless one of the documents is empty. The operator <+> is associative with identity mempty.

    x <+> mempty         == x
    mempty <+> x         == x
    x <+> (y <+> z)      == (x <+> y) <+> z
    "name" <+> "surname" == "name surname"
    

  9. (<+>) :: Semigroup a => a -> a -> a

    algebraic-graphs Algebra.Graph.Label

    An alias for <>.

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

    bench-show BenchShow.Internal.Pretty

    No documentation available.

Page 55 of many | Previous | Next