Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. cgs_stmts :: CgState -> CmmAGraph

    ghc GHC.StgToCmm.Monad

    No documentation available.

  2. 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.

  3. type BootListMismatches item err = NonEmpty BootListMismatch item err

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. EmptyStmtListInDoBlock :: ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. EmptyStmtsGroupInArrowNotation :: EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

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

  6. EmptyStmtsGroupInDoNotation :: HsDoFlavour -> EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

    Empty statement group in do notation Example: do

  7. EmptyStmtsGroupInParallelComp :: EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

    Empty statement group in a parallel list comprehension

  8. EmptyStmtsGroupInTransformListComp :: EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

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

  9. TcRnEmptyStmtsGroup :: EmptyStatementGroupErrReason -> TcRnMessage

    ghc GHC.Tc.Errors.Types

    TcRnEmptyStmtsGroup is an error triggered by an empty list of statements in a statement block. For more information, see EmptyStatementGroupErrReason Example(s):

    • () | then ()
    do proc () -> do Test cases: renameshould_failRnEmptyStatementGroup1

  10. TcRnLastStmtNotExpr :: HsStmtContextRn -> UnexpectedStatement -> TcRnMessage

    ghc GHC.Tc.Errors.Types

    TcRnLastStmtNotExpr is an error caused by the last statement in a statement block not being an expression. Example(s): do x <- pure () do let x = 5 Test cases: renameshould_failT6060 parsershould_failT3811g parsershould_failreadFail028

Page 36 of many | Previous | Next