Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. isUnsafeEqualityCase :: CoreExpr -> Id -> [CoreAlt] -> Maybe CoreExpr

    ghc-lib-parser GHC.Core.Utils

    No documentation available.

  2. mkStrictFieldSeqs :: [(Id, StrictnessMark)] -> CoreExpr -> CoreExpr

    ghc-lib-parser GHC.Core.Utils

    No documentation available.

  3. fromSizedSeq :: SizedSeq a -> FlatBag a

    ghc-lib-parser GHC.Data.FlatBag

    Convert a SizedSeq into its flattened representation. A 'FlatBag a' is more memory efficient than '[a]', if no further modification is necessary.

  4. findDupsEq :: (a -> a -> Bool) -> [a] -> [NonEmpty a]

    ghc-lib-parser GHC.Data.List.SetOps

    No documentation available.

  5. strictlyEqOL :: Eq a => OrdList a -> OrdList a -> Bool

    ghc-lib-parser GHC.Data.OrdList

    Compare not only the values but also the structure of two lists

  6. module GHC.Data.SizedSeq

    No documentation available.

  7. data SizedSeq a

    ghc-lib-parser GHC.Data.SizedSeq

    No documentation available.

  8. SizedSeq :: Word -> [a] -> SizedSeq a

    ghc-lib-parser GHC.Data.SizedSeq

    No documentation available.

  9. Opt_PrintEqualityRelations :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  10. Opt_WarnPrepositiveQualifiedModule :: WarningFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

Page 402 of many | Previous | Next