Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. lookupIdSubst_maybe :: HasDebugCallStack => Subst -> Id -> Maybe CoreExpr

    ghc-lib-parser GHC.Core.Subst

    No documentation available.

  2. expandSynTyCon_maybe :: TyCon -> [tyco] -> ExpandSynResult tyco

    ghc-lib-parser GHC.Core.TyCon

    No documentation available.

  3. famTyConFlav_maybe :: TyCon -> Maybe FamTyConFlav

    ghc-lib-parser GHC.Core.TyCon

    Extract the flavour of a type family (with all the extra information that it carries)

  4. isBuiltInSynFamTyCon_maybe :: TyCon -> Maybe BuiltInSynFamily

    ghc-lib-parser GHC.Core.TyCon

    No documentation available.

  5. isClosedSynFamilyTyConWithAxiom_maybe :: TyCon -> Maybe (CoAxiom Branched)

    ghc-lib-parser GHC.Core.TyCon

    Is this a non-empty closed type family? Returns Nothing for abstract or empty closed families.

  6. isPromotedDataCon_maybe :: TyCon -> Maybe DataCon

    ghc-lib-parser GHC.Core.TyCon

    Retrieves the promoted DataCon if this is a PromotedDataCon;

  7. newTyConCo_maybe :: TyCon -> Maybe (CoAxiom Unbranched)

    ghc-lib-parser GHC.Core.TyCon

    Extracts the newtype coercion from such a TyCon, which can be used to construct something with the newtypes type from its representation type (right hand side). If the supplied TyCon is not a newtype, returns Nothing

  8. newTyConDataCon_maybe :: TyCon -> Maybe DataCon

    ghc-lib-parser GHC.Core.TyCon

    No documentation available.

  9. synTyConDefn_maybe :: TyCon -> Maybe ([TyVar], Type)

    ghc-lib-parser GHC.Core.TyCon

    Extract the TyVars bound by a vanilla type synonym and the corresponding (unsubstituted) right hand side.

  10. synTyConRhs_maybe :: TyCon -> Maybe Type

    ghc-lib-parser GHC.Core.TyCon

    Extract the information pertaining to the right hand side of a type synonym (type) declaration.

Page 193 of many | Previous | Next