definition: |
main :: IO () main = do args <- getArgs case args of [a] -> runModuleAction startBrowser a _ -> putStrLn $ "ERROR: Illegal arguments for CurryBrowser: " ++ unwords args ++ "\n" ++ "Usage: curry-browse <module_name>" |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
documentation: |
--------------------------------------------------------------------- -- Main program: check arguments, read interfaces, and run GUI: |
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 |