Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
Stmt id body = StmtLR id id bodyghc-lib-parser Language.Haskell.Syntax.Expr do block Statement
StmtCtxt :: HsStmtContext fn -> HsMatchContext fnghc-lib-parser Language.Haskell.Syntax.Expr Pattern of a do-stmt, list comprehension, pattern guard, etc
-
ghc-lib-parser Language.Haskell.Syntax.Expr No documentation available.
-
A monad transformer version of the ST monad A monad transformer version of the ST monad. Warning! This monad transformer should not be used with monads that can contain multiple answers, like the list monad. The reason is that the state token will be duplicated across the different answers and this causes Bad Things to happen (such as loss of referential transparency). Safe monads include the monads State, Reader, Writer, Maybe and combinations of their corresponding monad transformers.
data
STMAction (n :: Type -> Type)dejafu Test.DejaFu.Conc.Internal.STM STM transactions are represented as a sequence of primitive actions.
-
HStringTemplate Text.StringTemplate.Base No documentation available.
type
Stmt' = Stmt GhcPs LHsExpr'ghc-source-gen GHC.SourceGen.Expr No documentation available.
-
language-c99 Language.C99.AST No documentation available.
StmtCompound :: CompoundStmt -> Stmtlanguage-c99 Language.C99.AST No documentation available.
-
language-c99 Language.C99.AST No documentation available.