CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.rnmProg

definition:
rnmProg :: String -> Prog -> Prog
rnmProg name p = updProgName (const name) (updQNamesInProg rnm p)
 where
  rnm (mod,n) | mod==progName p = (name,n)
              | otherwise = (mod,n)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- rename program (update name of and all qualified names in program)
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
rnmProg
precedence:
no precedence defined
result-values:
_
signature:
String -> FlatCurry.Types.Prog -> FlatCurry.Types.Prog
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term