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.
stmtPointer :: Statement -> ForeignPtr C'sqlite3_stmtsqueather Squeather.Internal No documentation available.
-
squeather Squeather.Internal SQL used to make the statement
-
STM wrapper around Control.Concurrent.Supply. STM wrapper around Control.Concurrent.Supply for thread-safe ID generation.
-
ghc-lib GHC.Builtin.Names.TH No documentation available.
-
ghc-lib GHC.Builtin.Names.TH No documentation available.
stMixRampDelay :: Status -> Doublelibmpd Network.MPD MixRamp extra delay in seconds
stMixRampdB :: Status -> Doublelibmpd Network.MPD MixRamp threshold in dB
-
Extra STM functions Please see README.md
-
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.
-
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.