definition: |
info :: String -> SMT () info msg = get >>= \s -> unless (quiet (options s)) $ liftIO2SMT $ putStrLn msg |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Write status information to the command line --- when quiet option is set to False |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
info |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> SMT () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |