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.
EvalStmt :: EvalOpts -> EvalExpr HValueRef -> Message (EvalStatus_ [HValueRef] [HValueRef])ghc GHC.Runtime.Interpreter.Process Evaluate a statement
-
ghc GHC.Runtime.Interpreter.Process Resume evaluation of a statement after a breakpoint
cgs_stmts :: CgState -> CmmAGraphghc GHC.StgToCmm.Monad No documentation available.
data
BootListMismatch item errghc 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.
type
BootListMismatches item err = NonEmpty BootListMismatch item errghc GHC.Tc.Errors.Types No documentation available.
EmptyStmtListInDoBlock :: ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
EmptyStmtsGroupInArrowNotation :: EmptyStatementGroupErrReasonghc GHC.Tc.Errors.Types Empty statement group in arrow notation Example: proc () -> do
EmptyStmtsGroupInDoNotation :: HsDoFlavour -> EmptyStatementGroupErrReasonghc GHC.Tc.Errors.Types Empty statement group in do notation Example: do
EmptyStmtsGroupInParallelComp :: EmptyStatementGroupErrReasonghc GHC.Tc.Errors.Types Empty statement group in a parallel list comprehension
EmptyStmtsGroupInTransformListComp :: EmptyStatementGroupErrReasonghc GHC.Tc.Errors.Types Empty statement group in a transform list comprehension Example: [() | then ()]