|
definition: |
echo :: String -> Command
echo str = Echo ('@' : str)
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
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: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> {Echo}}
|
|
name: |
echo |
|
precedence: |
no precedence defined |
|
result-values: |
{Echo}
|
|
signature: |
String -> Language.SMTLIB.Types.Command |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |