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

definition: Info
 
forAll :: [Int] -> [Sort] -> Term -> Term
forAll vs ss t = case vs of
  [] -> t
  _  -> Forall (zipWith SV (map var2SMT vs) ss) t
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Construct universally quantified SMT-LIB term
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({[]},_,_) |-> _ || ({:},_,_) |-> {Forall}}
name: Info
 forAll
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [Prelude.Int] -> [Language.SMTLIB.Types.Sort] -> Language.SMTLIB.Types.Term
-> Language.SMTLIB.Types.Term
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term