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.

  1. 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]

  2. InfixDataConBuilder :: LHsType GhcPs -> LocatedN RdrName -> LHsType GhcPs -> DataConBuilder

    ghc GHC.Parser.Types

    No documentation available.

  3. PrefixDataConBuilder :: OrdList (LHsType GhcPs) -> LocatedN RdrName -> DataConBuilder

    ghc GHC.Parser.Types

    No documentation available.

  4. OSAIX :: OS

    ghc GHC.Platform

    No documentation available.

  5. isFixedRuntimeRepKind :: HasDebugCallStack => Kind -> Bool

    ghc 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`

  6. pprInfixName :: (Outputable a, NamedThing a) => a -> SDoc

    ghc GHC.Plugins

    No documentation available.

  7. pprModulePrefix :: PprStyle -> Module -> OccName -> SDoc

    ghc GHC.Plugins

    No documentation available.

  8. pprPrefixName :: NamedThing a => a -> SDoc

    ghc GHC.Plugins

    No documentation available.

  9. typeHasFixedRuntimeRep :: HasDebugCallStack => Type -> Bool

    ghc 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)

  10. floatRadix :: RealFloat a => a -> Integer

    ghc GHC.Prelude.Basic

    No documentation available.

Page 80 of many | Previous | Next