Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
equivalent :: Point s a -> Point s a -> ST s Boolghc-lib GHC.Data.UnionFind Test if two points are in the same equivalence class.
eqnMatchResult :: EquationInfo -> MatchResult CoreExprghc-lib GHC.HsToCore.Monad No documentation available.
eqn_pat :: EquationInfo -> LPat GhcTcghc-lib GHC.HsToCore.Monad 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
eqn_rest :: EquationInfo -> EquationInfoghc-lib GHC.HsToCore.Monad The rest of the equation after its first pattern
eqn_pat :: EquationInfo -> LPat GhcTcghc-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
eqn_rest :: EquationInfo -> EquationInfoghc-lib GHC.HsToCore.Utils The rest of the equation after its first pattern
eqDiff :: (Outputable a, Eq a) => Diff aghc-lib GHC.Iface.Ext.Debug No documentation available.
eqCoercion :: Coercion -> Coercion -> Boolghc-lib GHC.Plugins Syntactic equality of coercions
eqCoercionX :: RnEnv2 -> Coercion -> Coercion -> Boolghc-lib GHC.Plugins Compare two Coercions, with respect to an RnEnv2
equalWeighting :: Experiment -> Maybe Boolgogol-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.