An open API service indexing awesome lists of open source software.

https://github.com/statusfailed/markov-monad-transformer

Simple implementation of stochastic state using monad transformers
https://github.com/statusfailed/markov-monad-transformer

Last synced: 12 months ago
JSON representation

Simple implementation of stochastic state using monad transformers

Awesome Lists containing this project

README

          

# Stochastic State Monad Transformer

A demo (mostly for personal reference) of monad transformers in Haskell, using
a model of markov processes to demonstrate.