CurryInfo: cpns-3.0.0 / Network.CPNS.Config.addLogLn

definition: Info
 
addLogLn :: String -> IO ()
addLogLn s = do
  logfile <- getLogFile
  appendFile logfile (s ++ "\n")
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Adds a line to the log file
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 addLogLn
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term