Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. greFieldLabel_maybe :: GlobalRdrElt -> Maybe FieldLabel

    ghc GHC.Types.Name.Reader

    Returns the field label of this GRE, if it has one

  2. greParent_maybe :: GlobalRdrEltX info -> Maybe Name

    ghc GHC.Types.Name.Reader

    No documentation available.

  3. isExact_maybe :: RdrName -> Maybe Name

    ghc GHC.Types.Name.Reader

    No documentation available.

  4. isOrig_maybe :: RdrName -> Maybe (Module, OccName)

    ghc GHC.Types.Name.Reader

    No documentation available.

  5. isQual_maybe :: RdrName -> Maybe (ModuleName, OccName)

    ghc GHC.Types.Name.Reader

    No documentation available.

  6. recFieldConLike_maybe :: HasDebugCallStack => GlobalRdrElt -> Maybe ConInfo

    ghc GHC.Types.Name.Reader

    No documentation available.

  7. recFieldInfo_maybe :: HasDebugCallStack => GlobalRdrElt -> Maybe RecFieldInfo

    ghc GHC.Types.Name.Reader

    No documentation available.

  8. kindPrimRep_maybe :: HasDebugCallStack => Kind -> Maybe [PrimRep]

    ghc GHC.Types.RepType

    Take a kind (of shape `TYPE rr` or `CONSTRAINT rr`) and produce the PrimReps of values of types of this kind. See also Note [Getting from RuntimeRep to PrimRep] Returns Nothing if rep can't be determined. Eg. levity polymorphic types.

  9. runtimeRepPrimRep_maybe :: Type -> Maybe [PrimRep]

    ghc GHC.Types.RepType

    Take a type of kind RuntimeRep and extract the list of PrimRep that it encodes. See also Note [Getting from RuntimeRep to PrimRep]. The [PrimRep] is the final runtime representation after unarisation. Returns Nothing if rep can't be determined. Eg. levity polymorphic types.

  10. typePrimRep_maybe :: Type -> Maybe [PrimRep]

    ghc GHC.Types.RepType

    Discovers the primitive representation of a Type. Returns a list of PrimRep: it's a list because of the possibility of no runtime representation (void) or multiple (unboxed tuple/sum) See also Note [Getting from RuntimeRep to PrimRep] Returns Nothing if rep can't be determined. Eg. levity polymorphic types.

Page 148 of many | Previous | Next