CurryInfo: bpmn2bpel-3.1.0 / Main.main

definition: Info
 
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: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Applies the parser `BPMNBPEL.processS` to the example hypergraph
`BPMNBPEL.ex` and pretty-prints the resulting BPEL representation in XML:
failfree: Info
 <FAILING>
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 main
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term