Skip to content

battermann/State-Monad-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State Monad Examples in Scala

This repository contains the sample code for Error and state handling with monad transformers in Scala.

See how Id generation and error handling can be made purely functional by combining the state monad and the either monad with monad transformers in Scala.