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.
-
relational-schemas Database.Custom.SQLServer Number operator corresponding SQL + .
(
.+. ) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c arelational-schemas Database.Custom.SQLite3 Number operator corresponding SQL + .
-
relational-schemas Database.Custom.SQLite3 Number operator corresponding SQL + .
(
<+> ) :: Monoid m => m -> m -> msemiring-simple Data.Semiring Alias for mappend.
(
<+> ) :: (Monoid s, IsString s) => s -> s -> sstring-combinators Data.String.Combinators Put two string-likes besides eachother separated by a space.
pattern (
:+/- ) :: Floating a => a -> a -> Uncert auncertain 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.
-
wl-pprint Text.PrettyPrint.Leijen The document (x <+> y) concatenates document x and y with a space in between. (infixr 6)
(
?+ ) :: 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.
(
^++^ ) :: (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