Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. formDecodeBS :: ByteString -> [(String, Input)]

    happstack-server Happstack.Server.Internal.MessageWrap

    Decodes application/x-www-form-urlencoded inputs. TODO: should any of the [] be error conditions?

  2. forceTimeout :: Handle -> IO ()

    happstack-server Happstack.Server.Internal.TimeoutManager

    No documentation available.

  3. forceTimeoutAll :: Manager -> IO ()

    happstack-server Happstack.Server.Internal.TimeoutManager

    terminate all threads immediately

  4. forbidden :: FilterMonad Response m => a -> m a

    happstack-server Happstack.Server.Response

    Respond with 403 Forbidden.

    main = simpleHTTP nullConf $ forbidden "Sorry, it is forbidden."
    

  5. forAllFn :: forall a b (m :: Type -> Type) . (Show a, Show b, Monad m) => Gen (Fn a b) -> PropertyT m (a -> b)

    hedgehog-fn Hedgehog.Function

    Run the function generator to retrieve a function

  6. forAllFn :: forall a b (m :: Type -> Type) . (Show a, Show b, Monad m) => Gen (Fn a b) -> PropertyT m (a -> b)

    hedgehog-fn Hedgehog.Function.Internal

    Run the function generator to retrieve a function

  7. format :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format document with <?xml.. header - lazy variant that returns lazy ByteString.

  8. format' :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format document with <?xml.. header - strict variant that returns strict ByteString.

  9. formatDocument :: (DocumentClass d [], GenericXMLString tag, GenericXMLString text) => d [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format an XML document - lazy variant that returns lazy ByteString.

  10. formatDocument' :: (DocumentClass d [], GenericXMLString tag, GenericXMLString text) => d [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format an XML document - strict variant that returns strict ByteString.

Page 114 of many | Previous | Next