definition: |
progOfIFFP :: InterfaceOrFlatProg -> Prog progOfIFFP (IF prog) = prog progOfIFFP (FP prog) = prog |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({IF}) |-> _ || ({FP}) |-> _} |
name: |
progOfIFFP |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
InterfaceOrFlatProg -> FlatCurry.Types.Prog |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |