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.
-
Agda Agda.Compiler.JS.Pretty Separate by space that will be removed by minify. For non-removable space, use d <> " " <> d'.
(
$+$ ) :: Doc a -> Doc a -> Doc aAgda Agda.Syntax.Common.Pretty Above, with no overlapping. $+$ is associative, with identity empty.
(
<+> ) :: Doc a -> Doc a -> Doc aAgda Agda.Syntax.Common.Pretty Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.
(
$+$ ) :: Applicative m => m Doc -> m Doc -> m DocAgda Agda.TypeChecking.Pretty No documentation available.
(
<+> ) :: Applicative m => m Doc -> m Doc -> m DocAgda Agda.TypeChecking.Pretty No documentation available.
-
BNFC BNFC.PrettyPrint Separate vertically by a blank line.
>>> "foo" $++$ "bar" foo bar
>>> "foo" $++$ empty foo
-
LPFP LPFP Vector addition.
-
LPFP LPFP.SimpleVec Vector addition.
(
<+> ) :: Doc a -> Doc a -> Doc aannotated-wl-pprint Text.PrettyPrint.Annotated.Leijen The document (x <+> y) concatenates document x and y with a space in between. (infixr 6)
-
beam-postgres Database.Beam.Postgres No documentation available.