Skip to content

aljce/stt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stt

Build Status Hackage

What is stt?

Stt provides a monad transformer version of the ST monad.

Warning

This monad transformer should not be used with monads that can contain multiple answers, like the list monad. The reason is that the will be duplicated across the different answers and this cause Bad Things to happen (such as loss of referential transparency). Safe monads include the monads State, Reader, Writer, Maybe and combinations of their corresponding monad transformers.

About

Monad Transformer for ST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published