CurryInfo: showflatcurry-3.0.0 / ShowFlatCurry.printInterface

definition:
printInterface :: String -> IO ()
printInterface progname = do
  intstring <- genInt False progname
  putStrLn ("Interface of module \"" ++ progname ++ "\":\n")
  putStrLn intstring
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
------------------------------------------------------------------------------
-- Print interface on stdout.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
printInterface
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