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.
bitSizeMaybe :: Bits a => a -> Maybe Intghc-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.
stgArgRep_maybe :: StgArg -> Maybe [PrimRep]ghc-lib-parser GHC.Stg.Syntax No documentation available.
completeSigPolyId_maybe :: TcSigInfo -> Maybe TcIdghc-lib-parser GHC.Tc.Types No documentation available.
tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyConghc-lib-parser GHC.Tc.Types completeSigPolyId_maybe :: TcSigInfo -> Maybe TcIdghc-lib-parser GHC.Tc.Types.BasicTypes No documentation available.
tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyConghc-lib-parser GHC.Tc.Types.BasicTypes canEqLHS_maybe :: Xi -> Maybe CanEqLHSghc-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.
canTyFamEqLHS_maybe :: Xi -> Maybe CanEqLHSghc-lib-parser GHC.Tc.Types.Constraint No documentation available.
isUnsatisfiableCt_maybe :: Type -> Maybe ErrorMsgTypeghc-lib-parser GHC.Tc.Types.Constraint Is this type an unsatisfiable constraint? If so, return the error message.
pendingScDict_maybe :: Ct -> Maybe Ctghc-lib-parser GHC.Tc.Types.Constraint No documentation available.