Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.HsToCore.Pmc.Solver.Types No documentation available.
-
ghc GHC.Iface.Recomp No documentation available.
-
ghc GHC.Tc.Solver.Monad No documentation available.
-
ghc GHC.Tc.Types.Constraint No documentation available.
MayBeFlaky :: !Maybe String -> FlakinessModesydtest Test.Syd No documentation available.
MayBeFlaky :: !Maybe String -> FlakinessModesydtest Test.Syd.Modify No documentation available.
MayBeFlaky :: !Maybe String -> FlakinessModesydtest Test.Syd.SpecDef No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Syntax No documentation available.
newtype
MaybeT (m :: Type -> Type) aerrors Control.Error The parameterizable maybe monad, obtained by composing an arbitrary monad with the Maybe monad. Computations are actions that may produce a value or exit. The return function yields a computation that produces that value, while >>= sequences two subcomputations, exiting if either computation does.
MaybeT :: m (Maybe a) -> MaybeT (m :: Type -> Type) aerrors Control.Error No documentation available.