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. 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.

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

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

  3. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    ghc-lib-parser GHC.Tc.Types

    No documentation available.

  4. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

    ghc-lib-parser GHC.Tc.Types

    Matches on either a global TyCon or a TcTyCon.

  5. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

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

    No documentation available.

  6. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

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

    Matches on either a global TyCon or a TcTyCon.

  7. 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.

  8. canTyFamEqLHS_maybe :: Xi -> Maybe CanEqLHS

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

    No documentation available.

  9. isUnsatisfiableCt_maybe :: Type -> Maybe ErrorMsgType

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

    Is this type an unsatisfiable constraint? If so, return the error message.

  10. pendingScDict_maybe :: Ct -> Maybe Ct

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

    No documentation available.

Page 205 of many | Previous | Next