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

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  2. ($+$) :: Doc a -> Doc a -> Doc a

    doclayout Text.DocLayout

    a $+$ b puts a above b, with a blank line between.

  3. (<+>) :: Doc a -> Doc a -> Doc a

    doclayout Text.DocLayout

    Concatenate a list of Docs, putting breakable spaces between them.

  4. (|+) :: (Buildable a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    build and concatenate, then convert.

  5. (|++|) :: (Buildable a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    No documentation available.

  6. (|++||) :: (Buildable a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    No documentation available.

  7. (||+) :: (Show a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    show and concatenate, then convert.

  8. (||++|) :: (Show a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    No documentation available.

  9. (||++||) :: (Show a, FromBuilder b) => a -> Builder -> b

    fmt Fmt

    No documentation available.

  10. (|+) :: (Buildable a, FromBuilder b) => a -> Builder -> b

    fmt Fmt.Internal.Core

    build and concatenate, then convert.

Page 44 of many | Previous | Next