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.
hdStmStartTransactionStr :: FastStringghc-lib-parser GHC.StgToJS.Symbols No documentation available.
hdStmValidateTransactionStr :: FastStringghc-lib-parser GHC.StgToJS.Symbols No documentation available.
data
BootListMismatch item errghc-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.
type
BootListMismatches item err = NonEmpty BootListMismatch item errghc-lib-parser GHC.Tc.Errors.Types No documentation available.
EmptyStmtListInDoBlock :: ConversionFailReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
EmptyStmtsGroupInArrowNotation :: EmptyStatementGroupErrReasonghc-lib-parser GHC.Tc.Errors.Types Empty statement group in arrow notation Example: proc () -> do
EmptyStmtsGroupInDoNotation :: HsDoFlavour -> EmptyStatementGroupErrReasonghc-lib-parser GHC.Tc.Errors.Types Empty statement group in do notation Example: do
EmptyStmtsGroupInParallelComp :: EmptyStatementGroupErrReasonghc-lib-parser GHC.Tc.Errors.Types Empty statement group in a parallel list comprehension
EmptyStmtsGroupInTransformListComp :: EmptyStatementGroupErrReasonghc-lib-parser GHC.Tc.Errors.Types Empty statement group in a transform list comprehension Example: [() | then ()]
TcRnEmptyStmtsGroup :: EmptyStatementGroupErrReason -> TcRnMessageghc-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 ()