definition: |
tell :: Monad m => w -> WriterT w m () tell w = writer ((), w) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- | Appends the given value. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
tell |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Monad b => a -> WriterT a b () |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |