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