Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. evBindMapToVarSet :: EvBindMap -> VarSet

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  2. filterEvBindMap :: (EvBind -> Bool) -> EvBindMap -> EvBindMap

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  3. foldEvBindMap :: (EvBind -> a -> a) -> a -> EvBindMap -> a

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  4. isEmptyEvBindMap :: EvBindMap -> Bool

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  5. nonDetStrictFoldEvBindMap :: (EvBind -> a -> a) -> a -> EvBindMap -> a

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  6. varSetMinusEvBindMap :: VarSet -> EvBindMap -> VarSet

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  7. anyRewritableTyFamApp :: EqRel -> (UnderFam -> EqRel -> TyCon -> [TcType] -> Bool) -> TcType -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  8. type ClosureMap = UniqDFM Name (Name, (Type, Maybe IpeSourceLocation))

    ghc-lib-parser GHC.Types.IPE

    A map from a Name to the best approximate source position that name arose from.

  9. type DCMap = UniqDFM DataCon (DataCon, NonEmpty (Int, Maybe IpeSourceLocation))

    ghc-lib-parser GHC.Types.IPE

    A map storing all the different uses of a specific data constructor and the approximate source position that usage arose from. The Int is an incrementing identifier which distinguishes each usage of a constructor in a module. It is paired with the source position the constructor was used at, if possible and a string which names the source location. This is the same information as is the payload for the SourceNote constructor.

  10. data InfoTableProvMap

    ghc-lib-parser GHC.Types.IPE

    No documentation available.

Page 611 of many | Previous | Next