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. (<+>) :: IsLine doc => doc -> doc -> doc

    ghc-lib-parser GHC.Utils.Outputable

    Join two docs together horizontally with a gap between them.

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

    ghc-lib-parser GHC.Utils.Ppr

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

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

    ghc-lib-parser GHC.Utils.Ppr

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

  4. type family x :+: y

    tfp Type.Data.Num

    No documentation available.

  5. type family x :+: y

    tfp Type.Data.Num.Decimal.Number

    No documentation available.

  6. type family x :+: y

    tfp Type.Data.Num.Unary

    No documentation available.

  7. type (ts :: Set Type) :+: (ts' :: Set Type) = Merge ts ts'

    type-set Data.Type.Set

    No documentation available.

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

    wl-pprint-text Text.PrettyPrint.Leijen.Text

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

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

    wl-pprint-text Text.PrettyPrint.Leijen.Text

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

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

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

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

Page 51 of many | Previous | Next