CurryInfo: smtlib-3.0.0 / Language.SMTLIB.Goodies.declVars

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