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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. isLitValue_maybe :: Literal -> Maybe Integer

    ghc GHC.Types.Literal

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

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

    ghc GHC.Types.Literal

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

  3. nameModule_maybe :: Name -> Maybe Module

    ghc GHC.Types.Name

    No documentation available.

  4. namePun_maybe :: Name -> Maybe FastString

    ghc GHC.Types.Name

    No documentation available.

  5. wiredInNameTyThing_maybe :: Name -> Maybe TyThing

    ghc GHC.Types.Name

    No documentation available.

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

    ghc GHC.Types.Name.Env

    No documentation available.

  7. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc GHC.Types.Name.Occurrence

    No documentation available.

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

    ghc GHC.Types.Name.Occurrence

    mapMaybe for b OccEnv.

  9. fieldGRE_maybe :: GlobalRdrElt -> Maybe FieldGlobalRdrElt

    ghc GHC.Types.Name.Reader

    No documentation available.

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

    ghc GHC.Types.Name.Reader

    No documentation available.

Page 147 of many | Previous | Next

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