Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. data NormaliseStepResult ev

    ghc GHC.Core.Coercion

    The result of stepping in a normalisation function. See topNormaliseTypeX.

  2. type NormaliseStepper ev = RecTcChecker -> TyCon -> [Type] -> NormaliseStepResult ev

    ghc GHC.Core.Coercion

    A function to check if we can reduce a type by one step. Used with topNormaliseTypeX.

  3. composeSteppers :: NormaliseStepper ev -> NormaliseStepper ev -> NormaliseStepper ev

    ghc 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

  4. unwrapNewTypeStepper :: NormaliseStepper Coercion

    ghc GHC.Core.Coercion

    A NormaliseStepper that unwraps newtypes, careful not to fall into a loop. If it would fall into a loop, it produces NS_Abort.

  5. NS_Step :: RecTcChecker -> Type -> ev -> NormaliseStepResult ev

    ghc GHC.Plugins

    We stepped, yielding new bits; ^ ev is evidence; Usually a co :: old type ~ new type

  6. data NormaliseStepResult ev

    ghc GHC.Plugins

    The result of stepping in a normalisation function. See topNormaliseTypeX.

  7. type NormaliseStepper ev = RecTcChecker -> TyCon -> [Type] -> NormaliseStepResult ev

    ghc GHC.Plugins

    A function to check if we can reduce a type by one step. Used with topNormaliseTypeX.

  8. composeSteppers :: NormaliseStepper ev -> NormaliseStepper ev -> NormaliseStepper ev

    ghc GHC.Plugins

    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

  9. unwrapNewTypeStepper :: NormaliseStepper Coercion

    ghc GHC.Plugins

    A NormaliseStepper that unwraps newtypes, careful not to fall into a loop. If it would fall into a loop, it produces NS_Abort.

  10. RunAndLogSteps :: SingleStep

    ghc GHC.Runtime.Eval

    No documentation available.

Page 44 of many | Previous | Next