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

    HTF Test.Framework.Pretty

    Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.

  2. (/+/) :: Box -> Box -> Box

    boxes Text.PrettyPrint.Boxes

    Paste two boxes together vertically with a single intervening row of space, using a default (left) alignment.

  3. (<+>) :: Box -> Box -> Box

    boxes Text.PrettyPrint.Boxes

    Paste two boxes together horizontally with a single intervening column of space, using a default (top) alignment.

  4. (<++>) :: Applicative m => m Doc -> m Doc -> m Doc

    graphviz Data.GraphViz.Printing

    The document (x <++> y) concatenates document x and y with a spacebreak in between. (infixr 6)

  5. (<+>) :: Applicative m => m Doc -> m Doc -> m Doc

    graphviz Data.GraphViz.Printing

    The document (x <+> y) concatenates document x and y with a space in between. (infixr 6)

  6. (<*>.+) :: C x => T (v, v) (x -> a) -> (v -> x) -> T (v, v) a

    numeric-prelude Algebra.Additive

    addPair :: (Additive.C a, Additive.C b) => (a,b) -> (a,b) -> (a,b)
    addPair = Elem.run2 $ Elem.with (,) <*>.+  fst <*>.+  snd
    

  7. (<+>) :: (C v, C a) => v a -> v a -> v a

    numeric-prelude Algebra.Vector

    add and subtract elements

  8. (|+) :: AdditiveAction m => m -> AdditiveScalar m -> m

    numhask NumHask

    No documentation available.

  9. (|+) :: AdditiveAction m => m -> AdditiveScalar m -> m

    numhask NumHask.Algebra.Action

    No documentation available.

  10. type family (x :: Ctx k) <+> (y :: Ctx k) :: Ctx k

    parameterized-utils Data.Parameterized.Context

    Append two type-level contexts.

Page 49 of many | Previous | Next