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

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. isDataConId_maybe :: Id -> Maybe DataCon

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  2. isDataConWorkId_maybe :: Id -> Maybe DataCon

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  3. isDataConWrapId_maybe :: Id -> Maybe DataCon

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  4. isFCallId_maybe :: Id -> Maybe ForeignCall

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  5. isPrimOpId_maybe :: Id -> Maybe PrimOp

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  6. recordSelectorTyCon_maybe :: Id -> Maybe RecSelParent

    ghc-lib-parser GHC.Types.Id

    No documentation available.

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

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

    No documentation available.

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

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

  10. nameModule_maybe :: Name -> Maybe Module

    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