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