definition: |
evalState :: State s a -> s -> a evalState m = runIdentity . evalStateT m |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {.._#lambda508}} |
name: |
evalState |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
StateT a Data.Functor.Identity.Identity b -> a -> b |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |