CurryInfo: icurry-3.2.0 / ICurry.Compiler.flatCurry2ICurry

definition: Info
 
flatCurry2ICurry :: ICOptions -> Prog -> IO IProg
flatCurry2ICurry opts prog0 = flatCurry2ICurryWithProgs opts [] prog0
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Translates a FlatCurry program into an ICurry program.
It also reads the imported modules in order to access their
data and function declarations.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 flatCurry2ICurry
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 ICurry.Options.ICOptions -> FlatCurry.Types.Prog
-> Prelude.IO ICurry.Types.IProg
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term