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. (<\:>) :: AttrString -> AttrString -> AttrString

    LambdaHack Game.LambdaHack.Client.UI.Overlay

    No documentation available.

  2. (<:>) :: a -> Stream a -> Stream a

    Stream Data.Stream

    The <:> operator is an infix version of the Cons constructor.

  3. (<:>) :: Divise f => f a -> f a -> f a

    functor-combinators Data.Functor.Contravariant.Divise

    The Contravariant version of <|>: split the same input over two different consumers.

  4. (@::@) :: HsExpr' -> HsType' -> HsExpr'

    ghc-source-gen GHC.SourceGen.Expr

    A type constraint on an expression.

    e :: t
    =====
    var "e" @::@ var "t"
    

  5. (~:) :: forall (m :: Type -> Type) a . ToGVal m a => a -> Cons m -> Cons m

    ginger Text.Ginger.GVal

    This operator allows constructing heterogenous lists using cons-style syntax, e.g.:

    >>> asText $ list ("Found " ~: (6 :: Int) ~: " items" ~: [] :: [GVal IO])
    "Found 6 items"
    

  6. (!:) :: 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

    heftia Control.Monad.Hefty

    No documentation available.

  7. (.:) :: FromJSON a => Object -> Text -> Parser a

    microaeson Data.Aeson.Micro

    No documentation available.

  8. (.:!) :: FromJSON a => Object -> Text -> Parser (Maybe a)

    microaeson Data.Aeson.Micro

    No documentation available.

  9. (.:?) :: FromJSON a => Object -> Text -> Parser (Maybe a)

    microaeson Data.Aeson.Micro

    No documentation available.

  10. (=:) :: (At m, Monoid m) => Index m -> IxValue m -> m

    reflex-dom-core Reflex.Dom.Class

    Previously an alias for singleton, but now generalised to At

Page 91 of many | Previous | Next