Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. Proxy1 :: Proxy1 (f :: Type -> Type)

    quickcheck-classes Test.QuickCheck.Classes

    No documentation available.

  2. data Proxy2 (f :: Type -> Type -> Type)

    quickcheck-classes Test.QuickCheck.Classes

    In older versions of GHC, Proxy is not poly-kinded, so we provide Proxy2.

  3. Proxy2 :: Proxy2 (f :: Type -> Type -> Type)

    quickcheck-classes Test.QuickCheck.Classes

    No documentation available.

  4. ProcessCPUTime :: Clock

    clock System.Clock

    The identifier of the CPU-time clock associated with the calling process. For this clock, the value returned by getTime represents the amount of execution time of the current process.

  5. ProcessCPUTime :: Clock

    clock System.Clock.Seconds

    The identifier of the CPU-time clock associated with the calling process. For this clock, the value returned by getTime represents the amount of execution time of the current process.

  6. class Monad m => PrimMonad (m :: Type -> Type)

    foldl Control.Foldl

    Class of monads which can perform primitive state-transformer actions.

  7. class RenderRoute a => ParseRoute a

    yesod-core Yesod.Core

    No documentation available.

  8. PermissionDenied :: Text -> ErrorResponse

    yesod-core Yesod.Core

    Indicates the user doesn't have permission to access the requested resource. This is thrown when isAuthorized returns Unauthorized. HTTP code: 403.

  9. class PathMultiPiece s

    yesod-core Yesod.Core.Dispatch

    No documentation available.

  10. class PathPiece s

    yesod-core Yesod.Core.Dispatch

    No documentation available.

Page 207 of many | Previous | Next