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

definition: Info
 
echo :: String -> Command
echo str = Echo ('@' : str)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Smart constructor for the 'Echo' SMT-LIB command
marking every 'Echo' command with an initial '@' character
which is necessary to recognize 'Echo's during parsing
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {Echo}}
name: Info
 echo
precedence: Info
 no precedence defined
result-values: Info
 {Echo}
signature: Info
 String -> Language.SMTLIB.Types.Command
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms