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.

  1. ($:) :: Applicative f => f (a -> b) -> f a -> f b

    synthesizer-core Synthesizer.ApplicativeUtility

    This corresponds to <*>

  2. ($::) :: (Applicative f, Traversable t) => f (t a -> b) -> t (f a) -> f b

    synthesizer-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.

  3. (.:) :: (Applicative f, Arrow arrow) => f (arrow b c) -> f (arrow a b) -> f (arrow a c)

    synthesizer-core Synthesizer.ApplicativeUtility

    No documentation available.

  4. (!:) :: forall (f :: Type -> Type) a r (es :: [Effect]) . Elem e order => (e f a -> r) -> (Union es f a -> r) -> Union (e ': es) f a -> r

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  5. (!:>) :: forall (e :: Effect) (e' :: Effect) (es :: [Effect]) r . ((e :~: e') -> r) -> (Membership e es -> r) -> Membership e (e' ': es) -> r

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  6. (.:) :: FromGraphSON a => KeyMap GValue -> Key -> Parser a

    greskell-core Data.Greskell.GraphSON

    Like Aeson's .:, but for FromGraphSON.

  7. (.:) :: FromValue a => Object -> Key -> Parser a

    hpack Hpack.Yaml

    No documentation available.

  8. (.:?) :: FromValue a => Object -> Key -> Parser (Maybe a)

    hpack Hpack.Yaml

    No documentation available.

  9. (+:) :: 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 +: []

  10. (+:) :: 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 +: []

Page 87 of many | Previous | Next