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.
(
<\:> ) :: AttrString -> AttrString -> AttrStringLambdaHack Game.LambdaHack.Client.UI.Overlay No documentation available.
(
<:> ) :: a -> Stream a -> Stream aStream Data.Stream The <:> operator is an infix version of the Cons constructor.
(
<:> ) :: 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