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. (<:>) :: HeaderName -> ByteString -> MatchHeader

    sydtest-wai Test.Syd.Wai

    No documentation available.

  2. (<:>) :: HeaderName -> ByteString -> MatchHeader

    sydtest-wai Test.Syd.Wai.Matcher

    No documentation available.

  3. (&:) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)

    tmp-proc System.TmpProc.Docker

    An infix alias for HCons.

  4. (&:&) :: x -> y -> HList '[x, y]

    tmp-proc System.TmpProc.Docker

    An infix alias for both.

  5. (&:) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)

    tmp-proc System.TmpProc.TypeLevel

    An infix alias for HCons.

  6. (&:&) :: x -> y -> HList '[x, y]

    tmp-proc System.TmpProc.TypeLevel

    An infix alias for both.

  7. (.:) :: FromYAML a => Mapping Pos -> Text -> Parser a

    HsYAML Data.YAML

    Retrieve value in Mapping indexed by a !!str Text key. This parser fails if the key doesn't exist.

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

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

  10. (%:) :: forall (m :: Type -> Type) w s a r . (Monad m, Monoid w) => T s a -> (a -> a) -> RWST r w s m ()

    data-accessor-transformers Data.Accessor.Monad.Trans.RWS

    Infix variant of modify.

Page 84 of many | Previous | Next