Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 188 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 188 Bytes

ST Monads

Ths ST monad allows writing mutable variables in Haskell, this allows having side effects and state.

Example

hs-concepts

STMonadSum