Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. UnboxedSumTyCon :: AlgTyConFlav

    ghc-lib-parser GHC.Core.TyCon

    An unboxed sum type constructor. This is distinct from VanillaAlgTyCon because we currently don't allow unboxed sums to be Typeable since there are too many of them. See #13276.

  2. isUnboxedSumTyCon :: TyCon -> Bool

    ghc-lib-parser GHC.Core.TyCon

    Is this the TyCon for an unboxed sum?

  3. mkSumTyCon :: Name -> [TyConBinder] -> Kind -> [DataCon] -> AlgTyConFlav -> TyCon

    ghc-lib-parser GHC.Core.TyCon

    No documentation available.

  4. isUnboxedSumType :: Type -> Bool

    ghc-lib-parser GHC.Core.Type

    No documentation available.

  5. data ArgSummary

    ghc-lib-parser GHC.Core.Unfold

    No documentation available.

  6. consume :: (Monad m, Monad n) => Stream m a b -> (forall a1 . () => m a1 -> n a1) -> (a -> n ()) -> n b

    ghc-lib-parser GHC.Data.Stream

    No documentation available.

  7. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  8. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  9. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  10. data AnnExplicitSum

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

Page 134 of many | Previous | Next