• 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. mkLitNumberMaybe :: Platform -> LitNumType -> Integer -> Maybe Literal

    ghc GHC.Types.Literal

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

  2. nameModule_maybe :: Name -> Maybe Module

    ghc GHC.Types.Name

    No documentation available.

  3. namePun_maybe :: Name -> Maybe FastString

    ghc GHC.Types.Name

    No documentation available.

  4. wiredInNameTyThing_maybe :: Name -> Maybe TyThing

    ghc GHC.Types.Name

    No documentation available.

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

    ghc GHC.Types.Name.Env

    No documentation available.

  6. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc GHC.Types.Name.Occurrence

    No documentation available.

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

    ghc GHC.Types.Name.Occurrence

    mapMaybe for b OccEnv.

  8. fieldGRE_maybe :: GlobalRdrElt -> Maybe FieldGlobalRdrElt

    ghc GHC.Types.Name.Reader

    No documentation available.

  9. getGRE_NameQualifier_maybes :: GlobalRdrEnv -> Name -> [Maybe [ModuleName]]

    ghc GHC.Types.Name.Reader

    No documentation available.

  10. greFieldLabel_maybe :: GlobalRdrElt -> Maybe FieldLabel

    ghc GHC.Types.Name.Reader

    Returns the field label of this GRE, if it has one

Page 152 of many | Previous | Next

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