CurryInfo: showflatcurry-3.0.0 / ShowFlatCurry.printUsage

definition:
printUsage :: [String] -> IO ()
printUsage args = do
  putStrLn $ unlines $
    [ "ERROR: Illegal arguments: " ++ unwords args, ""
    , "Usage:", ""
    , "Print/store interface of a Curry module:", ""
    , "    curry-showflat [-i|--interface] modulename [targetfile]", ""
    , "Print/store Curry module reconstructed from the FlatCurry program:", ""
    , "    curry-showflat [-m|--module] modulename [targetfile]"
    ]
  exitWith 1
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
printUsage
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