definition: |
getWithShowTime :: ErrorLogger Bool getWithShowTime = ErrorLogger $ \ l s -> return ((l, s), ([], Right s)) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Returns the current time-showing mode. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
getWithShowTime |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ErrorLogger Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |