CurryInfo: smtlib-3.0.0 / Language.SMTLIB.declVars

definition:
declVars :: [(Symbol, Sort)] -> [Command]
declVars = map (uncurry DeclareConst)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Declare a list of variables
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {map}}
name:
declVars
precedence:
no precedence defined
result-values:
{map}
signature:
[(String, Language.SMTLIB.Types.Sort)] -> [Language.SMTLIB.Types.Command]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms