Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

    ghc-source-gen GHC.SourceGen.Expr

    A type constraint on an expression.

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

  3. (~:) :: 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"
    

  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

    heftia Control.Monad.Hefty

    No documentation available.

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

    microaeson Data.Aeson.Micro

    No documentation available.

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

    microaeson Data.Aeson.Micro

    No documentation available.

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

    microaeson Data.Aeson.Micro

    No documentation available.

  8. (=:) :: (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

  9. (+:) :: forall a (ins :: [Type]) (out :: [Type]) . Typeable a => Typed a -> Registry ins out -> Registry (Inputs a :++ ins) (Output a ': out)

    registry Data.Registry.Registry

    Add an element to the Registry but do not check that the inputs of a can already be produced by the registry Prepend an element to the registry with no checks at all

  10. (<:) :: AddRegistryLike a b c => a -> b -> c

    registry Data.Registry.Registry

    No documentation available.

Page 91 of many | Previous | Next