leon
.
monads
state
package
state
Visibility
Public
All
Type Members
case class
State
[
S
,
A
]
(
runState: (
S
) ⇒ (
A
,
S
)
)
extends
Product
with
Serializable
Annotations
@
library
()
Value Members
object
MonadStateLaws
Annotations
@
library
()
object
State
extends
Serializable
Annotations
@
library
()
Ungrouped