CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.unAnnProg

definition:
unAnnProg :: AProg _ -> FC.Prog
unAnnProg = trProg (\m is ts fs os -> FC.Prog m is ts (map unAnnFuncDecl fs) os)
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {trProg}}
name:
unAnnProg
precedence:
no precedence defined
result-values:
{trProg}
signature:
FlatCurry.Annotated.Types.AProg a -> FlatCurry.Types.Prog
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms