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. cTupleTyConNameArity_maybe :: Name -> Maybe Arity

    ghc GHC.Builtin.Types

    If the given name is that of a constraint tuple, return its arity.

  2. isBuiltInOcc_maybe :: OccName -> Maybe Name

    ghc GHC.Builtin.Types

    Built-in syntax isn't "in scope" so these OccNames map to wired-in Names with BuiltInSyntax. However, this should only be necessary while resolving names produced by Template Haskell splices since we take care to encode built-in syntax names specially in interface files. See Note [Symbol table representation of names] in GHC.Iface.Binary. Moreover, there is no need to include names of things that the user can't write (e.g. type representation bindings like $tc(,,,)).

  3. isPromotedMaybeTy :: Type -> Maybe (Maybe Type)

    ghc GHC.Builtin.Types

    No documentation available.

  4. isPunOcc_maybe :: Module -> OccName -> Maybe Name

    ghc GHC.Builtin.Types

    No documentation available.

  5. isSumTyOcc_maybe :: Module -> OccName -> Maybe Name

    ghc GHC.Builtin.Types

    No documentation available.

  6. isTupleTyOcc_maybe :: Module -> OccName -> Maybe Name

    ghc GHC.Builtin.Types

    No documentation available.

  7. mkMaybeTy :: Type -> Kind

    ghc GHC.Builtin.Types

    No documentation available.

  8. mkPromotedMaybeTy :: Kind -> Maybe Type -> Type

    ghc GHC.Builtin.Types

    No documentation available.

  9. getPicBaseMaybeNat :: NatM (Maybe Reg)

    ghc GHC.CmmToAsm.Monad

    No documentation available.

  10. collectNValBinders_maybe :: Arity -> CoreExpr -> Maybe ([Var], CoreExpr)

    ghc GHC.Core

    Strip off exactly N leading value lambdas returning all the binders found up to that point Return Nothing if there aren't enough

Page 121 of many | Previous | Next