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. TransformOptions :: Bool -> Bool -> TransformOptions

    HTF Test.Framework.Preprocessor

    No documentation available.

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

    HTF Test.Framework.Preprocessor

    No documentation available.

  3. qform :: TextParser QForm

    HaXml Text.XML.HaXml.Schema.Parse

    Parse a FormDefault attribute.

  4. data QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  5. attr_form :: AttributeDecl -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  6. elem_form :: ElementDecl -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  7. schema_attributeFormDefault :: Schema -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  8. schema_elementFormDefault :: Schema -> QForm

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

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

    MissingH Network.SocketServer

    Handle all incoming requests from the given SocketServer.

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

Page 642 of many | Previous | Next