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. (.+) :: Amor p => p -> Trans p -> p

    diff-loc DiffLoc.Shift

    Translate a point.

  2. (<++>) :: P s [a] -> P s [a] -> P s [a]

    frisby Text.Parsers.Frisby

    Match a pair of lists and concatenate them

  3. (<+) :: (IsName a, IsName b) => a -> b -> Name

    funcmp FMP.Types

    No documentation available.

  4. (.+) :: Expr -> Expr -> Expr

    language-c99-simple Language.C99.Simple.Expr

    No documentation available.

  5. (.++) :: Expr -> Expr

    language-c99-simple Language.C99.Simple.Expr

    No documentation available.

  6. (.+=) :: Expr -> Expr -> Expr

    language-c99-simple Language.C99.Simple.Expr

    No documentation available.

  7. (.+~^) :: Semimanifold x => x -> Needle x -> x

    manifolds-core Math.Manifold.Core.PseudoAffine

    Generalisation of the translation operation .+^ to possibly non-flat manifolds, instead of affine spaces.

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

    prettyprinter-compat-annotated-wl-pprint Text.PrettyPrint.Annotated.Leijen

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

    >>> "hello" <+> "world"
    hello world
    
    x <+> y = x <> space <> y
    

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

    prettyprinter-compat-wl-pprint Text.PrettyPrint.Leijen

    No documentation available.

  10. (.+.) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c a

    relational-record Database.Relational.Documentation

    Number operator corresponding SQL + .

Page 74 of many | Previous | Next