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. globalRegMaybe :: GlobalReg -> Maybe RealReg

    ghc-lib-parser GHC.Platform.X86

    No documentation available.

  2. globalRegMaybe :: GlobalReg -> Maybe RealReg

    ghc-lib-parser GHC.Platform.X86_64

    No documentation available.

  3. bitSizeMaybe :: Bits a => a -> Maybe Int

    ghc-lib-parser GHC.Prelude.Basic

    Return the number of bits in the type of the argument. The actual value of the argument is ignored. Returns Nothing for types that do not have a fixed bitsize, like Integer.

  4. stgArgRep_maybe :: StgArg -> Maybe [PrimRep]

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

  5. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    ghc-lib-parser GHC.Tc.Types

    No documentation available.

  6. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

    ghc-lib-parser GHC.Tc.Types

    Matches on either a global TyCon or a TcTyCon.

  7. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

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

    No documentation available.

  8. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

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

    Matches on either a global TyCon or a TcTyCon.

  9. canEqLHS_maybe :: Xi -> Maybe CanEqLHS

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

    Is a type a canonical LHS? That is, is it a tyvar or an exactly-saturated type family application? Does not look through type synonyms.

  10. canTyFamEqLHS_maybe :: Xi -> Maybe CanEqLHS

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

    No documentation available.

Page 205 of many | Previous | Next