Skip to main content

DA.Action.State

DA.Action.State

Module Snapshot

Lifecycle

Stable.

Notices

Status: active Introduced in: 3.4.9 Removed in: - Warnings: 0 Deprecations: 0 Deprecated since: -

Data Types

data State s a

Constructors:
  • State
s -> (a, s)
Instances:

Functions

evalState

evalState : State s a -> s -> a Special case of runState that does not return the final state.

execState

execState : State s a -> s -> s Special case of runState that does only retun the final state.

Orphan Typeclass Instances