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. class GEq a

    transformers-compat Data.Functor.Classes.Generic.Internal

    Class of generic representation types that can be checked for equality.

  2. NonV4Eq1Args :: forall a b . (a -> b -> Bool) -> Eq1Args NonV4 a b

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  3. V4Eq1Args :: forall a . Eq a => Eq1Args V4 a a

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  4. geq :: GEq a => a -> a -> Bool

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  5. gliftEq :: GEq1 v t => Eq1Args v a b -> t a -> t b -> Bool

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  6. liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f) => (a -> b -> Bool) -> f a -> f b -> Bool

    transformers-compat Data.Functor.Classes.Generic.Internal

    A sensible default liftEq implementation for Generic1 instances.

  7. liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f) => Options -> (a -> b -> Bool) -> f a -> f b -> Bool

    transformers-compat Data.Functor.Classes.Generic.Internal

    Like liftEqDefault, but with configurable Options. Currently, the Options have no effect (but this may change in the future).

  8. generateQ :: Curve -> Integer -> Point

    crypton Crypto.PubKey.ECC.Generate

    Generate Q given d. WARNING: Vulnerable to timing attacks.

  9. requireCustomEnv :: KeyMap Text -> EnvUsage

    yaml Data.Yaml.Config

    Same as requireEnv, but instead of the actual environment, use the provided HashMap as the environment.

  10. requireEnv :: EnvUsage

    yaml Data.Yaml.Config

    Do not use default values from the config file, but instead take all overrides from the environment. If a value is missing, loading the file will throw an exception.

Page 182 of many | Previous | Next