CurryInfo: contract-prover-4.0.0 / ESMT.rnmQId

definition: Info
 
rnmQId :: (Ident -> Ident) -> QIdent -> QIdent
rnmQId rnm (Id n)   = Id (rnm n)
rnmQId rnm (As n s) = As (rnm n) s
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Id}) |-> {Id} || (_,{As}) |-> {As}}
name: Info
 rnmQId
precedence: Info
 no precedence defined
result-values: Info
 {As,Id}
signature: Info
 (String -> String) -> QIdent -> QIdent
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms