Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. ifForAllBndrVar :: IfaceForAllBndr -> IfaceBndr

    ghc GHC.Iface.Type

    Extract an IfaceBndr from an IfaceForAllBndr.

  2. ifaceForAllSpecToBndr :: IfaceForAllSpecBndr -> IfaceForAllBndr

    ghc GHC.Iface.Type

    No documentation available.

  3. ifaceForAllSpecToBndrs :: [IfaceForAllSpecBndr] -> [IfaceForAllBndr]

    ghc GHC.Iface.Type

    No documentation available.

  4. mkIfaceForAllTvBndr :: ForAllTyFlag -> IfaceTvBndr -> IfaceForAllBndr

    ghc GHC.Iface.Type

    Make an IfaceForAllBndr from an IfaceTvBndr.

  5. pprIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc GHC.Iface.Type

    Render the "forall ... ." or "forall ... ->" bit of a type.

  6. pprIfaceForAllPart :: [IfaceForAllBndr] -> [IfacePredType] -> SDoc -> SDoc

    ghc GHC.Iface.Type

    No documentation available.

  7. pprIfaceForAllPartMust :: [IfaceForAllBndr] -> [IfacePredType] -> SDoc -> SDoc

    ghc GHC.Iface.Type

    Like pprIfaceForAllPart, but always uses an explicit forall.

  8. pprUserIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc GHC.Iface.Type

    No documentation available.

  9. ss_forall :: ShowSub -> ShowForAllFlag

    ghc GHC.Iface.Type

    No documentation available.

  10. typecheckIfaceForInstantiate :: NameShape -> ModIface -> IfM lcl ModDetails

    ghc GHC.IfaceToCore

    Typecheck a signature ModIface under the assumption that we have instantiated it under some implementation (recorded in mi_semantic_module) and want to check if the implementation fills the signature. This needs to operate slightly differently than typecheckIface because (1) we have a NameShape, from the exports of the implementing module, which we will use to give our top-level declarations the correct Names even when the implementor provided them with a reexport, and (2) we have to deal with DFun silliness (see Note [rnIfaceNeverExported])

Page 464 of many | Previous | Next