Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. aBSENT_SUM_FIELD_ERROR_ID :: Id

    ghc GHC.Core.Make

    No documentation available.

  2. mkCoreUnboxedSum :: Int -> Int -> [Type] -> CoreExpr -> CoreExpr

    ghc GHC.Core.Make

    Build an unboxed sum. Alternative number ("alt") starts from 1.

  3. UnboxedSumTyCon :: AlgTyConFlav

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

  4. isUnboxedSumTyCon :: TyCon -> Bool

    ghc GHC.Core.TyCon

    Is this the TyCon for an unboxed sum?

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

    ghc GHC.Core.TyCon

    No documentation available.

  6. isUnboxedSumType :: Type -> Bool

    ghc GHC.Core.Type

    No documentation available.

  7. data ArgSummary

    ghc GHC.Core.Unfold

    No documentation available.

  8. consumeByInGraph :: VizCollapseMonad m gr s => Node -> Node -> gr s () -> m ()

    ghc GHC.Data.Graph.Collapse

    No documentation available.

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

    ghc GHC.Data.Stream

    No documentation available.

  10. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

Page 91 of many | Previous | Next