Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
superInfixOp :: DisambECP b => (DisambInfixOp (InfixOp b) => PV (LocatedA b)) -> PV (LocatedA b)ghc GHC.Parser.PostProcess Bring superclass constraints on InfixOp into scope. See Note [UndecidableSuperClasses for associated types]
InfixDataConBuilder :: LHsType GhcPs -> LocatedN RdrName -> LHsType GhcPs -> DataConBuilderghc GHC.Parser.Types No documentation available.
PrefixDataConBuilder :: OrdList (LHsType GhcPs) -> LocatedN RdrName -> DataConBuilderghc GHC.Parser.Types No documentation available.
-
ghc GHC.Platform No documentation available.
isFixedRuntimeRepKind :: HasDebugCallStack => Kind -> Boolghc GHC.Plugins Checks that a kind of the form Type, Constraint or 'TYPE r is concrete. See isConcreteType. Precondition: The type has kind `TYPE blah` or `CONSTRAINT blah`
pprInfixName :: (Outputable a, NamedThing a) => a -> SDocghc GHC.Plugins No documentation available.
pprModulePrefix :: PprStyle -> Module -> OccName -> SDocghc GHC.Plugins No documentation available.
pprPrefixName :: NamedThing a => a -> SDocghc GHC.Plugins No documentation available.
typeHasFixedRuntimeRep :: HasDebugCallStack => Type -> Boolghc GHC.Plugins Returns True if a type has a syntactically fixed runtime rep, as per Note [Fixed RuntimeRep] in GHC.Tc.Utils.Concrete. This function is equivalent to `isFixedRuntimeRepKind . typeKind` but much faster. Precondition: The type has kind (TYPE blah)
floatRadix :: RealFloat a => a -> Integerghc GHC.Prelude.Basic No documentation available.