Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. stmtsAnchor :: Located (OrdList AddEpAnn, a) -> Maybe Anchor

    ghc GHC.Parser.PostProcess

    The Anchor for a stmtlist is based on either the location or the first semicolon annotion.

  2. stmtsLoc :: Located (OrdList AddEpAnn, a) -> SrcSpan

    ghc GHC.Parser.PostProcess

    No documentation available.

  3. stmt_context :: ApplicativeArg idL -> HsDoFlavour

    ghc Language.Haskell.Syntax.Expr

    context of the do expression, used in pprArg

  4. stmtExecute :: Statement -> [PersistValue] -> IO Int64

    persistent Database.Persist.Sql

    No documentation available.

  5. stmtFinalize :: Statement -> IO ()

    persistent Database.Persist.Sql

    No documentation available.

  6. stmtQuery :: Statement -> forall (m :: Type -> Type) . MonadIO m => [PersistValue] -> Acquire (ConduitM () [PersistValue] m ())

    persistent Database.Persist.Sql

    No documentation available.

  7. stmtReset :: Statement -> IO ()

    persistent Database.Persist.Sql

    No documentation available.

  8. stmtExecute :: Statement -> [PersistValue] -> IO Int64

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

  9. stmtFinalize :: Statement -> IO ()

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

  10. stmtQuery :: Statement -> forall (m :: Type -> Type) . MonadIO m => [PersistValue] -> Acquire (ConduitM () [PersistValue] m ())

    persistent Database.Persist.Sql.Types.Internal

    No documentation available.

Page 9 of many | Previous | Next