Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isFCallId_maybe :: Id -> Maybe ForeignCallghc GHC.Types.Id No documentation available.
isPrimOpId_maybe :: Id -> Maybe PrimOpghc GHC.Types.Id No documentation available.
recordSelectorTyCon_maybe :: Id -> Maybe RecSelParentghc GHC.Types.Id No documentation available.
isJoinIdDetails_maybe :: IdDetails -> Maybe (JoinArity, Maybe [CbvMark])ghc GHC.Types.Id.Info No documentation available.
isLitValue_maybe :: Literal -> Maybe Integerghc GHC.Types.Literal Returns the Integer contained in the Literal, for when that makes sense, i.e. for Char and numbers.
mkLitNumberMaybe :: Platform -> LitNumType -> Integer -> Maybe Literalghc GHC.Types.Literal Create a numeric Literal of the given type if it is in range
nameModule_maybe :: Name -> Maybe Moduleghc GHC.Types.Name No documentation available.
namePun_maybe :: Name -> Maybe FastStringghc GHC.Types.Name No documentation available.
wiredInNameTyThing_maybe :: Name -> Maybe TyThingghc GHC.Types.Name No documentation available.
mapMaybeNameEnv :: (a -> Maybe b) -> NameEnv a -> NameEnv bghc GHC.Types.Name.Env No documentation available.