Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. class Forall ComposeC p f => ForallF (p :: k2 -> Constraint) (f :: k1 -> k2)

    constraints Data.Constraint.Forall

    A representation of the quantified constraint forall a. p (f a).

  2. class Forall Q p t => ForallT (p :: k4 -> Constraint) (t :: k1 -> k2 -> k3 -> k4)

    constraints Data.Constraint.Forall

    A representation of the quantified constraint forall f a. p (t f a).

  3. type family ForallV :: k -> Constraint

    constraints Data.Constraint.Forall

    A representation of the quantified constraint forall a1 a2 ... an . p a1 a2 ... an, supporting a variable number of parameters.

  4. forall_ :: (forall (a :: k) . () => Dict (p a)) -> Dict (Forall p)

    constraints Data.Constraint.Forall

    No documentation available.

  5. anyErrorCall :: Selector ErrorCall

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  6. errorCall :: String -> Selector ErrorCall

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  7. envFallback :: IO Middleware

    wai-extra Network.Wai.Middleware.Approot

    Same as envFallbackNamed APPROOT. The environment variable APPROOT is used by Keter, School of Haskell, and yesod-devel. Since 3.0.7

  8. envFallbackNamed :: String -> IO Middleware

    wai-extra Network.Wai.Middleware.Approot

    Produce a middleware that takes the approot from the given environment variable, falling back to the behavior of fromRequest if the variable is not set. Since 3.0.7

  9. Callback :: Callback -> Destination

    wai-extra Network.Wai.Middleware.RequestLogger

    No documentation available.

  10. type Callback = LogStr -> IO ()

    wai-extra Network.Wai.Middleware.RequestLogger

    When using a callback as a destination.

Page 331 of many | Previous | Next