Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. class FromHttpApiData a

    http-api-data Web.HttpApiData

    Parse value from HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.

  2. class ToHttpApiData a

    http-api-data Web.HttpApiData

    Convert value to HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.

  3. module Web.Internal.HttpApiData

    Convert Haskell values to and from HTTP API data such as URL pieces, headers and query parameters.

  4. class FromHttpApiData a

    http-api-data Web.Internal.HttpApiData

    Parse value from HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.

  5. class ToHttpApiData a

    http-api-data Web.Internal.HttpApiData

    Convert value to HTTP API data. WARNING: Do not derive this using DeriveAnyClass as the generated instance will loop indefinitely.

  6. evidence :: HasDict c e => e -> Dict c

    constraints Data.Constraint

    No documentation available.

  7. type Divides (n :: Nat) (m :: Nat) = n ~ Gcd n m

    constraints Data.Constraint.Nat

    No documentation available.

  8. dividesDef :: forall (a :: Nat) (b :: Nat) . Divides a b :- (Mod b a ~ 0)

    constraints Data.Constraint.Nat

    No documentation available.

  9. dividesGcd :: forall (a :: Nat) (b :: Nat) (c :: Nat) . (Divides a b, Divides a c) :- Divides a (Gcd b c)

    constraints Data.Constraint.Nat

    No documentation available.

  10. dividesLcm :: forall (a :: Nat) (b :: Nat) (c :: Nat) . (Divides a c, Divides b c) :- Divides (Lcm a b) c

    constraints Data.Constraint.Nat

    No documentation available.

Page 605 of many | Previous | Next