CurryInfo: sourceproggui-3.0.0 / SourceProgGUI.main

definition:
main :: IO ()
main = do
  args <- getArgs
  startGUI (head args)
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{() |-> _}
name:
main
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