Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. EvalStmt :: EvalOpts -> EvalExpr HValueRef -> Message (EvalStatus_ [HValueRef] [HValueRef])

    ghc GHC.Runtime.Interpreter.Process

    Evaluate a statement

  2. ResumeStmt :: EvalOpts -> RemoteRef (ResumeContext [HValueRef]) -> Message (EvalStatus_ [HValueRef] [HValueRef])

    ghc GHC.Runtime.Interpreter.Process

    Resume evaluation of a statement after a breakpoint

  3. cgs_stmts :: CgState -> CmmAGraph

    ghc GHC.StgToCmm.Monad

    No documentation available.

  4. data BootListMismatch item err

    ghc GHC.Tc.Errors.Types

    Utility datatype to record errors when checking compatibity between two lists of things, e.g. class methods, associated types, type family equations, etc.

  5. type BootListMismatches item err = NonEmpty BootListMismatch item err

    ghc GHC.Tc.Errors.Types

    No documentation available.

  6. EmptyStmtListInDoBlock :: ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  7. EmptyStmtsGroupInArrowNotation :: EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

    Empty statement group in arrow notation Example: proc () -> do

  8. EmptyStmtsGroupInDoNotation :: HsDoFlavour -> EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

    Empty statement group in do notation Example: do

  9. EmptyStmtsGroupInParallelComp :: EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

    Empty statement group in a parallel list comprehension

  10. EmptyStmtsGroupInTransformListComp :: EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

    Empty statement group in a transform list comprehension Example: [() | then ()]

Page 34 of many | Previous | Next