Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. type Forall1 (p :: k -> Constraint) = Forall p

    constraints Data.Constraint.Forall

    No documentation available.

  2. 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).

  3. 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).

  4. 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.

  5. module Network.Wai.Middleware.ForceDomain

    No documentation available.

  6. module Network.Wai.Middleware.ForceSSL

    Redirect non-SSL requests to https Since 3.0.7

  7. module Test.Hspec.Core.Format

    This is an unstable API. Use Test.Hspec.Api.Format.V2 instead.

  8. type Format = Event -> IO ()

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  9. data FormatConfig

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  10. FormatConfig :: Bool -> Bool -> Bool -> Bool -> Maybe Int -> Maybe (String -> String -> IO ()) -> Bool -> Maybe (String -> String -> (String, String)) -> (SomeException -> String) -> Bool -> Bool -> Bool -> Integer -> Int -> Bool -> FormatConfig

    hspec-core Test.Hspec.Core.Format

    No documentation available.

Page 261 of many | Previous | Next