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.
(
<:> ) :: HeaderName -> ByteString -> MatchHeadersydtest-wai Test.Syd.Wai No documentation available.
(
<:> ) :: HeaderName -> ByteString -> MatchHeadersydtest-wai Test.Syd.Wai.Matcher No documentation available.
(
&: ) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)tmp-proc System.TmpProc.Docker An infix alias for HCons.
(
&:& ) :: x -> y -> HList '[x, y]tmp-proc System.TmpProc.Docker An infix alias for both.
(
&: ) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)tmp-proc System.TmpProc.TypeLevel An infix alias for HCons.
(
&:& ) :: x -> y -> HList '[x, y]tmp-proc System.TmpProc.TypeLevel An infix alias for both.
(
.: ) :: FromYAML a => Mapping Pos -> Text -> Parser aHsYAML Data.YAML Retrieve value in Mapping indexed by a !!str Text key. This parser fails if the key doesn't exist.
(
.:! ) :: FromYAML a => Mapping Pos -> Text -> Parser (Maybe a)HsYAML Data.YAML Retrieve optional value in Mapping indexed by a !!str Text key. Nothing is returned if the key is missing. This combinator only fails if the key exists but cannot be converted to the required type. NOTE: This is a variant of .:? which doesn't map a tag:yaml.org,2002:null node to Nothing.
(
.:? ) :: FromYAML a => Mapping Pos -> Text -> Parser (Maybe a)HsYAML Data.YAML Retrieve optional value in Mapping indexed by a !!str Text key. Nothing is returned if the key is missing or points to a tag:yaml.org,2002:null node. This combinator only fails if the key exists but cannot be converted to the required type. See also .:!.
-
data-accessor-transformers Data.Accessor.Monad.Trans.RWS Infix variant of modify.