CurryInfo: showflatcurry-3.0.0 / ShowFlatCurry.writeInterface

definition:
writeInterface :: String -> String -> IO ()
writeInterface targetfile progname = do
  intstring <- genInt True progname
  writeFile targetfile
            ("--Interface of module \"" ++ progname ++ "\":\n\n" ++
             intstring)
  putStrLn $ "Interface written into file \"" ++ targetfile ++ "\""
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Write interface into target file.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
writeInterface
precedence:
no precedence defined
result-values:
_
signature:
String -> String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term