CurryInfo: bpmn2bpel-3.1.0 / Main.main

definition:
 
main :: IO ()
main = do
  mbv <- getOneValue (processS ex)
  case mbv of
    Nothing -> putStrLn "No solution"
    Just v  -> let bpel = getSemRep v
               in putStrLn (bpel2xml bpel)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Applies the parser `BPMNBPEL.processS` to the example hypergraph
`BPMNBPEL.ex` and pretty-prints the resulting BPEL representation in XML:
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