WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

Safe HaskellSafe-Infered

WASH.CGI.Debug

Synopsis

Documentation

debugging :: BoolSource

Turn this off for production use.

dir :: StringSource

timestamp :: IO (Int, Integer)Source

withLogFile :: String -> (Handle -> IO ()) -> IO ()Source

hPutEnvVar :: Handle -> String -> String -> IO ()Source

makeArgList :: Handle -> [String] -> IO ()Source

makeCommand :: Handle -> [String] -> IO ()Source

makeInput :: Handle -> String -> IO ()Source

logInput :: CGIEnv -> IO ()Source

Creates a shell script suitable for replaying the interactive submission.

logOutput :: String -> (Handle -> IO ()) -> IO ()Source