|
definition: |
showHelp :: IO () showHelp = putStrLn $ unlines [ "Usage:" , "" , " " ++ progname ++ " <options> [<texfile>]" , "" , "with options:" , "" , "-h : show help info" , "-? : show help info" , "--help : show help info" , "-f : format generated LaTeX file with pdflatex and show it with evince" , "" , "-l <prog> : invoke Curry compiler with benchmark package load path" , " and load the Curry program <prog>" , "-c <compiler args> : invoke Curry compiler with benchmark package load path" , " and pass the given arguments" ] where progname = takeBaseName packageExecutable |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> _}
|
|
name: |
showHelp |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Prelude.IO () |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |