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.

  1. type Stmt id body = StmtLR id id body

    ghc-lib-parser Language.Haskell.Syntax.Expr

    do block Statement

  2. StmtCtxt :: HsStmtContext fn -> HsMatchContext fn

    ghc-lib-parser Language.Haskell.Syntax.Expr

    Pattern of a do-stmt, list comprehension, pattern guard, etc

  3. data StmtLR idL idR body

    ghc-lib-parser Language.Haskell.Syntax.Expr

    No documentation available.

  4. package STMonadTrans

    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.

  5. data STMAction (n :: Type -> Type)

    dejafu Test.DejaFu.Conc.Internal.STM

    STM transactions are represented as a sequence of primitive actions.

  6. STMP :: SEnv a -> Either String (SEnv a -> a) -> (SEnv a -> (Maybe String, Maybe [String], Maybe [String])) -> StringTemplate a

    HStringTemplate Text.StringTemplate.Base

    No documentation available.

  7. type Stmt' = Stmt GhcPs LHsExpr'

    ghc-source-gen GHC.SourceGen.Expr

    No documentation available.

  8. data Stmt

    language-c99 Language.C99.AST

    No documentation available.

  9. StmtCompound :: CompoundStmt -> Stmt

    language-c99 Language.C99.AST

    No documentation available.

  10. StmtExpr :: ExprStmt -> Stmt

    language-c99 Language.C99.AST

    No documentation available.

Page 6 of many | Previous | Next