• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.15 (ghc-9.10.3)

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

  1. ScottyState :: [Middleware] -> [BodyInfo -> Middleware m] -> Maybe (ErrorHandler m) -> RouteOptions -> ScottyState (m :: Type -> Type)

    scotty Web.Scotty.Internal.Types

    No documentation available.

  2. newtype ScottyT (m :: Type -> Type) a

    scotty Web.Scotty.Internal.Types

    No documentation available.

  3. ScottyT :: ReaderT Options (State (ScottyState m)) a -> ScottyT (m :: Type -> Type) a

    scotty Web.Scotty.Internal.Types

    No documentation available.

  4. data ScottyException

    scotty Web.Scotty.Trans

    Thrown e.g. when a request is too large

  5. data ScottyState (m :: Type -> Type)

    scotty Web.Scotty.Trans

    No documentation available.

  6. data ScottyT (m :: Type -> Type) a

    scotty Web.Scotty.Trans

    No documentation available.

  7. data ScottyException

    scotty Web.Scotty.Trans.Strict

    Thrown e.g. when a request is too large

  8. data ScottyState (m :: Type -> Type)

    scotty Web.Scotty.Trans.Strict

    No documentation available.

  9. data ScottyT (m :: Type -> Type) a

    scotty Web.Scotty.Trans.Strict

    No documentation available.

  10. defaultScottyState :: forall (m :: Type -> Type) . ScottyState m

    scotty Web.Scotty

    No documentation available.

Page 3 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete