CurryInfo: showflatcurry-3.0.0 / ShowFlatCurry.printCurryMod

definition:
printCurryMod :: String -> IO ()
printCurryMod progname = do
  modstring <- genCurryMod progname
  putStrLn ("-- Program file: " ++ progname)
  putStrLn modstring
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- show representation on stdout:
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
printCurryMod
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term