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. (?+?) :: (OperatorContext c, Num a) => Record c (Maybe a) -> Record c (Maybe a) -> Record c (Maybe a)

    relational-schemas Database.Custom.SQLServer

    Number operator corresponding SQL + .

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

    relational-schemas Database.Custom.SQLite3

    Number operator corresponding SQL + .

  3. (?+?) :: (OperatorContext c, Num a) => Record c (Maybe a) -> Record c (Maybe a) -> Record c (Maybe a)

    relational-schemas Database.Custom.SQLite3

    Number operator corresponding SQL + .

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

    semiring-simple Data.Semiring

    Alias for mappend.

  5. (<+>) :: (Monoid s, IsString s) => s -> s -> s

    string-combinators Data.String.Combinators

    Put two string-likes besides eachother separated by a space.

  6. pattern (:+/-) :: Floating a => a -> a -> Uncert a

    uncertain Numeric.Uncertain

    Pattern match on an Uncert with its central value and its standard deviation (see uStd for clarification). Can also be used to construct an Uncert, identically as +/-. Note: Only supported on GHC 7.8 and above. Bidirectional functionality (to allow use as a constructor) only supported on GHC 7.10 and above.

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

    wl-pprint Text.PrettyPrint.Leijen

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

  8. (?+) :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()

    xmonad-contrib XMonad.Prompt.Input

    A combinator for hooking up an input prompt action to a function which can take the result of the input prompt and produce another action. If the user cancels the input prompt, the second function will not be run. The astute student of types will note that this is actually a very general combinator and has nothing in particular to do with input prompts. If you find a more general use for it and want to move it to a different module, be my guest.

  9. (^++^) :: (HasName b, HasName b1) => [(d, b)] -> [(d, b1)] -> [(d, NamedAction)]

    xmonad-contrib XMonad.Util.NamedActions

    Combine keymap lists with actions that may or may not have names

Page 76 of many | Previous | Next