Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. transform :: TransformOptions -> FilePath -> String -> IO String

    HTF Test.Framework.Preprocessor

    No documentation available.

  2. qform :: TextParser QForm

    HaXml Text.XML.HaXml.Schema.Parse

    Parse a FormDefault attribute.

  3. data QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  4. attr_form :: AttributeDecl -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  5. elem_form :: ElementDecl -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  6. schema_attributeFormDefault :: Schema -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  7. schema_elementFormDefault :: Schema -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  8. serveForever :: SocketServer -> HandlerT -> IO ()

    MissingH Network.SocketServer

    Handle all incoming requests from the given SocketServer.

  9. serveTCPforever :: InetServerOptions -> HandlerT -> IO ()

    MissingH Network.SocketServer

    Convenience function to completely set up a TCP SocketServer and handle all incoming requests. This function is literally this:

    serveTCPforever options func =
    do sockserv <- setupSocketServer options
    serveForever sockserv func
    

  10. optimizeForBatch :: IO ()

    MissingH System.IO.Utils

    Sets stdin and stdout to be block-buffered. This can save a huge amount of system resources since far fewer syscalls are made, and can make programs run much faster.

Page 638 of many | Previous | Next