Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gnuplot Graphics.Gnuplot.Simple No documentation available.
cellStep :: Cell (m :: Type -> Type) a b -> s -> a -> m (b, s)essence-of-live-coding LiveCoding.Cell No documentation available.
livestep :: Monad m => p -> m Stringessence-of-live-coding LiveCoding.GHCi Run one program step, assuming you have a launched program in a variable launchedProgram.
liveStep :: LiveProgram (m :: Type -> Type) -> s -> m sessence-of-live-coding LiveCoding.LiveProgram No documentation available.
ghciStepIoMClassOpKey :: Uniqueghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
NS_Step :: RecTcChecker -> Type -> ev -> NormaliseStepResult evghc-lib-parser GHC.Core.Coercion We stepped, yielding new bits; ^ ev is evidence; Usually a co :: old type ~ new type
-
ghc-lib-parser GHC.Core.Coercion The result of stepping in a normalisation function. See topNormaliseTypeX.
type
NormaliseStepper ev = RecTcChecker -> TyCon -> [Type] -> NormaliseStepResult evghc-lib-parser GHC.Core.Coercion A function to check if we can reduce a type by one step. Used with topNormaliseTypeX.
composeSteppers :: NormaliseStepper ev -> NormaliseStepper ev -> NormaliseStepper evghc-lib-parser GHC.Core.Coercion Try one stepper and then try the next, if the first doesn't make progress. So if it returns NS_Done, it means that both steppers are satisfied