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

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.

  1. isDataConWrapId_maybe :: Id -> Maybe DataCon

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  2. isFCallId_maybe :: Id -> Maybe ForeignCall

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  3. isPrimOpId_maybe :: Id -> Maybe PrimOp

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  4. recordSelectorTyCon_maybe :: Id -> Maybe RecSelParent

    ghc-lib-parser GHC.Types.Id

    No documentation available.

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

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

    No documentation available.

  6. 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.

  7. 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

  8. nameModule_maybe :: Name -> Maybe Module

    ghc-lib-parser GHC.Types.Name

    No documentation available.

  9. namePun_maybe :: Name -> Maybe FastString

    ghc-lib-parser GHC.Types.Name

    No documentation available.

  10. wiredInNameTyThing_maybe :: Name -> Maybe TyThing

    ghc-lib-parser GHC.Types.Name

    No documentation available.

Page 209 of many | Previous | Next

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