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.

  1. ThreadStopped :: ThreadState

    ghc-events GHC.RTS.Events.Analysis.Thread

    No documentation available.

  2. threadMachine :: Machine ThreadState EventInfo

    ghc-events GHC.RTS.Events.Analysis.Thread

    This state machine tracks the events processed by a thread.

  3. getReadyState :: (MonadDOM m, IsDocument self) => self -> m DocumentReadyState

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.readyState documentation

  4. registerKillThread :: Manager -> IO Handle

    happstack-server Happstack.Server.Internal.TimeoutManager

    No documentation available.

  5. fromReadS :: [(a, String)] -> Maybe a

    happstack-server Happstack.Server.Internal.Types

    convert a 'ReadS a' result to 'Maybe a'

  6. threadGroup :: Conf -> Maybe ThreadGroup

    happstack-server Happstack.Server.Internal.Types

    ThreadGroup for registering spawned threads for handling requests.

  7. lookRead :: (Functor m, Monad m, HasRqData m, FromReqURI a) => String -> m a

    happstack-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

  8. 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

  9. unsafeReadRq :: Read a => String -> String -> Either String a

    happstack-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: readRq

  10. fromReadS :: [(a, String)] -> Maybe a

    happstack-server Happstack.Server.Types

    convert a 'ReadS a' result to 'Maybe a'

Page 668 of many | Previous | Next