Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. waitEitherCatchSTM :: Async a -> Async b -> STM (Either (Either SomeException a) (Either SomeException b))

    classy-prelude-yesod ClassyPrelude.Yesod

    A version of waitEitherCatch that can be used inside an STM transaction.

  2. waitEitherSTM :: Async a -> Async b -> STM (Either a b)

    classy-prelude-yesod ClassyPrelude.Yesod

    A version of waitEither that can be used inside an STM transaction.

  3. waitEitherSTM_ :: Async a -> Async b -> STM ()

    classy-prelude-yesod ClassyPrelude.Yesod

    A version of waitEither_ that can be used inside an STM transaction.

  4. waitSTM :: Async a -> STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    A version of wait that can be used inside an STM transaction.

  5. typemustmatch :: Refinement

    clay Clay

    No documentation available.

  6. typemustmatch :: Refinement

    clay Clay.Attributes

    No documentation available.

  7. hostMachineIdentity :: MAC

    core-telemetry Core.Telemetry.Identifiers

    Get the MAC address of the first interface that's not the loopback device. If something goes weird then we return a valid but bogus address (in the locally administered addresses block).

  8. natSTM :: MonadDi level path msg m => STM a -> m a

    di Di

    Natural transformation from STM to m. Notice that it is not necessary for this natural transformation to be a monad morphism as well. That is, atomically is acceptable.

  9. getMSCHAPv2FailureRequestMessage :: MSCHAPv2Data -> ByteString

    eap Network.EAP.Types

    No documentation available.

  10. getMSCHAPv2SuccessRequestMessage :: MSCHAPv2Data -> ByteString

    eap Network.EAP.Types

    No documentation available.

Page 224 of many | Previous | Next