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. hdStmStartTransactionStr :: FastString

    ghc-lib-parser GHC.StgToJS.Symbols

    No documentation available.

  2. hdStmValidateTransactionStr :: FastString

    ghc-lib-parser GHC.StgToJS.Symbols

    No documentation available.

  3. data BootListMismatch item err

    ghc-lib-parser 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.

  4. type BootListMismatches item err = NonEmpty BootListMismatch item err

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  5. EmptyStmtListInDoBlock :: ConversionFailReason

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  6. EmptyStmtsGroupInArrowNotation :: EmptyStatementGroupErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

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

  7. EmptyStmtsGroupInDoNotation :: HsDoFlavour -> EmptyStatementGroupErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    Empty statement group in do notation Example: do

  8. EmptyStmtsGroupInParallelComp :: EmptyStatementGroupErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    Empty statement group in a parallel list comprehension

  9. EmptyStmtsGroupInTransformListComp :: EmptyStatementGroupErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

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

  10. TcRnEmptyStmtsGroup :: EmptyStatementGroupErrReason -> TcRnMessage

    ghc-lib-parser 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

Page 74 of many | Previous | Next