• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. recordSelectorTyCon_maybe :: Id -> Maybe RecSelParent

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  2. isJoinIdDetails_maybe :: IdDetails -> Maybe (JoinArity, Maybe [CbvMark])

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  3. isLitValue_maybe :: Literal -> Maybe Integer

    ghc-lib-parser GHC.Types.Literal

    Returns the Integer contained in the Literal, for when that makes sense, i.e. for Char and numbers.

  4. mkLitNumberMaybe :: Platform -> LitNumType -> Integer -> Maybe Literal

    ghc-lib-parser GHC.Types.Literal

    Create a numeric Literal of the given type if it is in range

  5. nameModule_maybe :: Name -> Maybe Module

    ghc-lib-parser GHC.Types.Name

    No documentation available.

  6. namePun_maybe :: Name -> Maybe FastString

    ghc-lib-parser GHC.Types.Name

    No documentation available.

  7. wiredInNameTyThing_maybe :: Name -> Maybe TyThing

    ghc-lib-parser GHC.Types.Name

    No documentation available.

  8. mapMaybeNameEnv :: (a -> Maybe b) -> NameEnv a -> NameEnv b

    ghc-lib-parser GHC.Types.Name.Env

    No documentation available.

  9. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc-lib-parser GHC.Types.Name.Occurrence

    No documentation available.

  10. mapMaybeOccEnv :: (a -> Maybe b) -> OccEnv a -> OccEnv b

    ghc-lib-parser GHC.Types.Name.Occurrence

    mapMaybe for b OccEnv.

Page 214 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete