Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

  4. 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)

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

    ghc GHC.Prelude.Basic

    No documentation available.

  6. data MiniFixityEnv

    ghc GHC.Rename.Bind

    Mini fixity env for the names we're about to bind, in a single binding group It is keyed by the *FastString*, not the *OccName*, because the single fixity decl infix 3 T affects both the data constructor T and the type constructor T We keep the location so that if we find a duplicate, we can report it sensibly Fixity declarations may influence names in a single namespace by using a type or data specifier, e.g. in:

    data a :*: b = a :*: b
    infix 3 type :*:
    
    To handle that correctly, MiniFixityEnv contains separate fields for type-level and data-level names. If no namespace specifier is provided, the declaration will populate both the type-level and data-level fields.

  7. emptyMiniFixityEnv :: MiniFixityEnv

    ghc GHC.Rename.Bind

    No documentation available.

  8. makeMiniFixityEnv :: [LFixitySig GhcPs] -> RnM MiniFixityEnv

    ghc GHC.Rename.Bind

    No documentation available.

  9. rnSrcFixityDecl :: HsSigCtxt -> FixitySig GhcPs -> RnM (FixitySig GhcRn)

    ghc GHC.Rename.Bind

    No documentation available.

  10. module GHC.Rename.Fixity

    No documentation available.

Page 81 of many | Previous | Next