Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (<+>) :: Monoid m => m -> m -> m

    xmonad XMonad.ManageHook

    Infix mappend. Compose two ManageHook from right to left.

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

    Agda Agda.Compiler.JS.Pretty

    No documentation available.

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

    Agda Agda.Compiler.JS.Pretty

    Separate by blank line.

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

    Agda Agda.Compiler.JS.Pretty

    Separate by space that will be removed by minify. For non-removable space, use d <> " " <> d'.

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

    Agda Agda.Syntax.Common.Pretty

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

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

    Agda Agda.Syntax.Common.Pretty

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

  7. ($+$) :: Applicative m => m Doc -> m Doc -> m Doc

    Agda Agda.TypeChecking.Pretty

    No documentation available.

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

    Agda Agda.TypeChecking.Pretty

    No documentation available.

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

    BNFC BNFC.PrettyPrint

    Separate vertically by a blank line.

    >>> "foo" $++$ "bar"
    foo
    
    bar
    
    >>> "foo" $++$ empty
    foo
    

  10. (^+^) :: Vec -> Vec -> Vec

    LPFP LPFP

    Vector addition.

Page 64 of many | Previous | Next