Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-events GHC.RTS.Events.Analysis.Thread No documentation available.
threadMachine :: Machine ThreadState EventInfoghc-events GHC.RTS.Events.Analysis.Thread This state machine tracks the events processed by a thread.
getReadyState :: (MonadDOM m, IsDocument self) => self -> m DocumentReadyStateghcjs-dom GHCJS.DOM.Document registerKillThread :: Manager -> IO Handlehappstack-server Happstack.Server.Internal.TimeoutManager No documentation available.
fromReadS :: [(a, String)] -> Maybe ahappstack-server Happstack.Server.Internal.Types convert a 'ReadS a' result to 'Maybe a'
threadGroup :: Conf -> Maybe ThreadGrouphappstack-server Happstack.Server.Internal.Types ThreadGroup for registering spawned threads for handling requests.
lookRead :: (Functor m, Monad m, HasRqData m, FromReqURI a) => String -> m ahappstack-server Happstack.Server.RqData Gets the first matching named input parameter and decodes it using Read Searches the QUERY_STRING followed by the Request body. This function assumes the underlying octets are UTF-8 encoded. see also: lookReads
lookReads :: (Functor m, Monad m, HasRqData m, FromReqURI a) => String -> m [a]happstack-server Happstack.Server.RqData Gets all matches for the named input parameter and decodes them using Read Searches the QUERY_STRING followed by the Request body. This function assumes the underlying octets are UTF-8 encoded. see also: lookReads
unsafeReadRq :: Read a => String -> String -> Either String ahappstack-server Happstack.Server.RqData use read to convert a String to a value of type a
look "key" `checkRq` (unsafeReadRq "key")
use with checkRq NOTE: This function is marked unsafe because some Read instances are vulnerable to attacks that attempt to create an out of memory condition. For example:read "1e10000000000000" :: Integer
see also: readRqfromReadS :: [(a, String)] -> Maybe ahappstack-server Happstack.Server.Types convert a 'ReadS a' result to 'Maybe a'