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. type family (x :: Ctx k) <+> (y :: Ctx k) :: Ctx k

    parameterized-utils Data.Parameterized.Ctx

    Append two type-level contexts.

  2. (<+>) :: Value -> Value -> Value

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  3. (^+^) :: AdditiveGroup v => v -> v -> v

    vector-space Data.AdditiveGroup

    Add vectors

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

    vector-space Data.AffineSpace

    Point plus vector

  5. (<+>) :: 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.

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

    essence-of-live-coding LiveCoding

    An associative operation with identity zeroArrow.

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

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

    No documentation available.

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

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

    No documentation available.

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

    ghc-lib-parser GHC.JS.Ppr

    Concatenate with an optional single space

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

    ghc-lib-parser GHC.Utils.Outputable

    Join two SDoc together vertically

Page 50 of many | Previous | Next