Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
$: ) :: Applicative f => f (a -> b) -> f a -> f bsynthesizer-core Synthesizer.ApplicativeUtility This corresponds to <*>
(
$:: ) :: (Applicative f, Traversable t) => f (t a -> b) -> t (f a) -> f bsynthesizer-core Synthesizer.ApplicativeUtility Instead of mixMulti $:: map f xs the caller should write mixMulti $: mapM f xs in order to save the user from learning another infix operator.
(
.: ) :: (Applicative f, Arrow arrow) => f (arrow b c) -> f (arrow a b) -> f (arrow a c)synthesizer-core Synthesizer.ApplicativeUtility No documentation available.
-
data-effects-core Data.Effect.OpenUnion No documentation available.
-
data-effects-core Data.Effect.OpenUnion No documentation available.
(
.: ) :: FromGraphSON a => KeyMap GValue -> Key -> Parser agreskell-core Data.Greskell.GraphSON Like Aeson's .:, but for FromGraphSON.
(
.: ) :: FromValue a => Object -> Key -> Parser ahpack Hpack.Yaml No documentation available.
(
.:? ) :: FromValue a => Object -> Key -> Parser (Maybe a)hpack Hpack.Yaml No documentation available.
(
+: ) :: NvimObject o => o -> [Object] -> [Object]nvim-hs Neovim Convenient operator to create a list of Object from normal values. values +: of :+ different :+ types :+ can +: be +: combined +: this +: way +: []
(
+: ) :: NvimObject o => o -> [Object] -> [Object]nvim-hs Neovim.Classes Convenient operator to create a list of Object from normal values. values +: of :+ different :+ types :+ can +: be +: combined +: this +: way +: []