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. stmtPointer :: Statement -> ForeignPtr C'sqlite3_stmt

    squeather Squeather.Internal

    No documentation available.

  2. stmtSql :: Statement -> Text

    squeather Squeather.Internal

    SQL used to make the statement

  3. package stm-supply

    STM wrapper around Control.Concurrent.Supply. STM wrapper around Control.Concurrent.Supply for thread-safe ID generation.

  4. stmtTyConKey :: Unique

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

  5. stmtTyConName :: Name

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

  6. stMixRampDelay :: Status -> Double

    libmpd Network.MPD

    MixRamp extra delay in seconds

  7. stMixRampdB :: Status -> Double

    libmpd Network.MPD

    MixRamp threshold in dB

  8. package stm-extras

    Extra STM functions Please see README.md

  9. package stm-split

    TMVars, TVars and TChans with distinguished input and output side Transactional MVars, Vars and Channels with distinguished input and output side. When threads communicate via a TMVar, a TVar or a TChan there are often clearly defined roles, which thread is the sender and which one is receiver. We provide wrappers around the standard concurrency communication channels that make the distinction clear and type safe. For example, if a function has a parameter of type TChan.In then it is sure that it will only write to that channel. Additionally if the compiler warns about an unused TChan.Out that was created by TChan.new then you know that the receiver part of your communication is missing. See also package concurrent-split for non-transactional communication. This package follows the same idea as chan-split but is strictly Haskell 98.

  10. stmtExpr :: P TT (Expr TT)

    yi-mode-javascript Yi.Syntax.JavaScript

    Parser for expressions which may be statements. In reality, any expression is also a valid statement, but this is a slight compromise to get rid of the massive performance loss which is introduced when allowing JavaScript objects to be valid statements.

Page 15 of many | Previous | Next