Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. ForAllSkol :: TyVarBndrs -> SkolemInfoAnon

    ghc GHC.Tc.Types.Origin

    No documentation available.

  2. UnifyForAllSkol :: TcType -> SkolemInfoAnon

    ghc GHC.Tc.Types.Origin

    No documentation available.

  3. callStackOriginFS :: CtOrigin -> FastString

    ghc GHC.Tc.Types.Origin

    No documentation available.

  4. isPushCallStackOrigin :: CtOrigin -> Bool

    ghc GHC.Tc.Types.Origin

    No documentation available.

  5. implicitRequirementsShallow :: HscEnv -> [(PkgQual, Located ModuleName)] -> IO ([ModuleName], [InstantiatedUnit])

    ghc GHC.Tc.Utils.Backpack

    Like implicitRequirements', but returns either the module name, if it is a free hole, or the instantiated unit the imported module is from, so that that instantiated unit can be processed and via the batch mod graph (rather than a transitive closure done here) all the free holes are still reachable.

  6. instCall :: CtOrigin -> [TcType] -> TcThetaType -> TcM HsWrapper

    ghc GHC.Tc.Utils.Instantiate

    No documentation available.

  7. instCallConstraints :: CtOrigin -> TcThetaType -> TcM HsWrapper

    ghc GHC.Tc.Utils.Instantiate

    No documentation available.

  8. ExpForAllPatTy :: ForAllTyBinder -> ExpPatType

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  9. data ForAllTyFlag

    ghc GHC.Tc.Utils.TcType

    ForAllTyFlag Is something required to appear in source Haskell (Required), permitted by request (Specified) (visible type application), or prohibited entirely from appearing in source Haskell (Inferred)? See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] in GHC.Core.TyCo.Rep

  10. eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Bool

    ghc GHC.Tc.Utils.TcType

    Do these denote the same level of visibility? Required arguments are visible, others are not. So this function equates Specified and Inferred. Used for printing.

Page 313 of many | Previous | Next