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

definition: Info
 
assert :: [Term] -> Command
assert ts = case ts of
  []  -> nop
  [t] -> Assert t
  _   -> Assert $ tand ts
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Generate an `assert` SMT-LIB command
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({[]}) |-> {Echo} || ({:}) |-> _}
name: Info
 assert
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [Language.SMTLIB.Types.Term] -> 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