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. eqn_rest :: EquationInfo -> EquationInfo

    ghc-lib GHC.HsToCore.Monad

    The rest of the equation after its first pattern

  2. eqn_pat :: EquationInfo -> LPat GhcTc

    ghc-lib GHC.HsToCore.Utils

    The first pattern of the equation NB: The location info is used to determine whether the pattern is generated or not. This helps us avoid warnings on patterns that GHC elaborated. NB: We have already applied decideBangHood to this pattern. See Note [decideBangHood] in GHC.HsToCore.Utils

  3. eqn_rest :: EquationInfo -> EquationInfo

    ghc-lib GHC.HsToCore.Utils

    The rest of the equation after its first pattern

  4. eqDiff :: (Outputable a, Eq a) => Diff a

    ghc-lib GHC.Iface.Ext.Debug

    No documentation available.

  5. eqCoercion :: Coercion -> Coercion -> Bool

    ghc-lib GHC.Plugins

    Syntactic equality of coercions

  6. eqCoercionX :: RnEnv2 -> Coercion -> Coercion -> Bool

    ghc-lib GHC.Plugins

    Compare two Coercions, with respect to an RnEnv2

  7. equalWeighting :: Experiment -> Maybe Bool

    gogol-analytics Gogol.Analytics

    Boolean specifying whether to distribute traffic evenly across all variations. If the value is False, content experiments follows the default behavior of adjusting traffic dynamically based on variation performance. Optional -- defaults to False. This field may not be changed for an experiment whose status is ENDED.

  8. equalWeighting :: Experiment -> Maybe Bool

    gogol-analytics Gogol.Analytics.Types

    Boolean specifying whether to distribute traffic evenly across all variations. If the value is False, content experiments follows the default behavior of adjusting traffic dynamically based on variation performance. Optional -- defaults to False. This field may not be changed for an experiment whose status is ENDED.

  9. equal :: MPFR -> MPFR -> Bool

    hmpfr Data.Number.MPFR.Comparison

    No documentation available.

  10. equivalentTo :: Ord o => Sig s1 o x -> Sig s2 o x -> RefinementProperty o x

    hunit-dejafu Test.HUnit.DejaFu

    Observational equivalence. True iff the result-set of the left expression is equal to the result-set of the right expression. The two signatures can have different state types, this lets you compare the behaviour of different data structures. The observation and seed types must match, however.

Page 131 of many | Previous | Next