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

    Cabal-syntax Distribution.Compat.Prelude

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

  2. data sh0 ::+ sh1

    comfort-array Data.Array.Comfort.Shape

    Row-major composition of two dimensions.

    >>> Shape.indices (Shape.ZeroBased (3::Int) ::+ Shape.Range 'a' 'c')
    [Left 0,Left 1,Left 2,Right 'a',Right 'b',Right 'c']
    

  3. (::+) :: sh0 -> sh1 -> (::+) sh0 sh1

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

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

    doclayout Text.DocLayout

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

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

    doclayout Text.DocLayout

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

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

    fmt Fmt

    build and concatenate, then convert.

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

    fmt Fmt

    No documentation available.

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

    fmt Fmt

    No documentation available.

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

    fmt Fmt

    show and concatenate, then convert.

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

    fmt Fmt

    No documentation available.

Page 44 of many | Previous | Next