hxt-9.3.1.18: A collection of tools for processing XML with Haskell.

CopyrightCopyright (C) 2008 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Text.XML.HXT.IO.GetFILE

Description

The GET method for file protocol

Documentation

getStdinCont :: Bool -> IO (Either ([(String, String)], String) ByteString) Source #

getCont :: Bool -> String -> IO (Either ([(String, String)], String) ByteString) Source #