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.
(
<:> ) :: Divise f => f a -> f a -> f afunctor-combinators Data.Functor.Contravariant.Divise The Contravariant version of <|>: split the same input over two different consumers.
(
@::@ ) :: HsExpr' -> HsType' -> HsExpr'ghc-source-gen GHC.SourceGen.Expr A type constraint on an expression.
e :: t ===== var "e" @::@ var "t"
(
~: ) :: forall (m :: Type -> Type) a . ToGVal m a => a -> Cons m -> Cons mginger 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"-
heftia Control.Monad.Hefty No documentation available.
(
.: ) :: FromJSON a => Object -> Text -> Parser amicroaeson Data.Aeson.Micro No documentation available.
(
.:! ) :: FromJSON a => Object -> Text -> Parser (Maybe a)microaeson Data.Aeson.Micro No documentation available.
(
.:? ) :: FromJSON a => Object -> Text -> Parser (Maybe a)microaeson Data.Aeson.Micro No documentation available.
(
=: ) :: (At m, Monoid m) => Index m -> IxValue m -> mreflex-dom-core Reflex.Dom.Class Previously an alias for singleton, but now generalised to At
-
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
(
<: ) :: AddRegistryLike a b c => a -> b -> cregistry Data.Registry.Registry No documentation available.