definition: |
main :: IO () main = do ensureCoosyLogDir -- write path info for PAKCS: writeFile (logDir </> "SRCPATH") (packagePath </> "src\n") writeFile (logDir </> "READY") "" -- for synchronization with PAKCS runGUI "COOSy" addlineGUI |
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 |