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

    vector-space Data.AdditiveGroup

    Add vectors

  2. (.+^) :: AffineSpace p => p -> Diff p -> p

    vector-space Data.AffineSpace

    Point plus vector

  3. (<+>) :: Widget n -> Widget n -> Widget n

    brick Brick.Widgets.Core

    Horizontal box layout: put the specified widgets next to each other in the specified order. Defers growth policies to the growth policies of both widgets. This operator is a binary version of hBox.

  4. (<+>) :: ArrowPlus a => a b c -> a b c -> a b c

    essence-of-live-coding LiveCoding

    An associative operation with identity zeroArrow.

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

    ghc-lib-parser GHC.Boot.TH.PprLib

    No documentation available.

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

    ghc-lib-parser GHC.Boot.TH.PprLib

    No documentation available.

  7. (<+?>) :: JsRender doc => doc -> doc -> doc

    ghc-lib-parser GHC.JS.Ppr

    Concatenate with an optional single space

  8. ($+$) :: SDoc -> SDoc -> SDoc

    ghc-lib-parser GHC.Utils.Outputable

    Join two SDoc together vertically

  9. (<+>) :: IsLine doc => doc -> doc -> doc

    ghc-lib-parser GHC.Utils.Outputable

    Join two docs together horizontally with a gap between them.

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

    ghc-lib-parser GHC.Utils.Ppr

    Above, with no overlapping. $+$ is associative, with identity empty.

Page 50 of many | Previous | Next