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. TypeDataForbidsDatatypeContexts :: TypeDataForbids

    ghc GHC.Tc.Errors.Types

    No documentation available.

  2. TypeDataForbidsDerivingClauses :: TypeDataForbids

    ghc GHC.Tc.Errors.Types

    No documentation available.

  3. TypeDataForbidsLabelledFields :: TypeDataForbids

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. TypeDataForbidsStrictnessAnnotations :: TypeDataForbids

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. UnexpectedNestedForall :: IllegalForeignTypeReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  6. checkForeignArgs :: (Type -> Validity' IllegalForeignTypeReason) -> [Scaled Type] -> TcM ()

    ghc GHC.Tc.Gen.Foreign

    No documentation available.

  7. checkForeignRes :: Bool -> Bool -> (Type -> Validity' IllegalForeignTypeReason) -> Type -> TcM ()

    ghc GHC.Tc.Gen.Foreign

    Check that the type has the form (IO t) or (t) , and that t satisfies the given predicate. When calling this function, any newtype wrappers (should) have been already dealt with by normaliseFfiType. We also check that the Safe Haskell condition of FFI imports having results in the IO monad holds.

  8. isForeignExport :: UnXRec name => LForeignDecl name -> Bool

    ghc GHC.Tc.Gen.Foreign

    No documentation available.

  9. isForeignImport :: UnXRec name => LForeignDecl name -> Bool

    ghc GHC.Tc.Gen.Foreign

    No documentation available.

  10. tcForeignExports :: [LForeignDecl GhcRn] -> TcM (LHsBinds GhcTc, [LForeignDecl GhcTc], Bag GlobalRdrElt)

    ghc GHC.Tc.Gen.Foreign

    No documentation available.

Page 487 of many | Previous | Next