Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. data MaybeMap (m :: Type -> Type) a

    ghc GHC.Data.TrieMap

    No documentation available.

  2. data MaybeUB a

    ghc GHC.Data.Unboxed

    Like Maybe, but using unboxed sums. Use with care. Using a unboxed maybe is not always a win in execution *time* even when allocations go down. So make sure to benchmark for execution time as well. If the difference in *runtime* for the compiler is too small to measure it's likely better to use a regular Maybe instead. This is since it causes more function arguments to be passed, and potentially more variables to be captured by closures increasing closure size.

  3. MaybeRecompile :: Fingerprint -> PluginRecompile

    ghc GHC.Driver.Plugins

    No documentation available.

  4. MaybeBot :: BotInfo

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  5. data MaybeValidated a

    ghc GHC.Iface.Recomp

    No documentation available.

  6. data MaybeNew

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  7. MaybeGivenEqs :: HasGivenEqs

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  8. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd

    No documentation available.

  9. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd.Modify

    No documentation available.

  10. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd.SpecDef

    No documentation available.

Page 15 of many | Previous | Next