Popularity
0.5
Stable
Activity
0.0
Stable
0
0
0
Monthly Downloads: 3
Programming language: Haskell
License: MIT License
Latest version: v0.1.0.0
monad-markov alternatives and similar packages
Based on the "monad" category.
Alternatively, view monad-markov alternatives based on common mentions on social networks and blogs.
-
monad-validate
DISCONTINUED. (NOTE: REPOSITORY MOVED TO NEW OWNER: https://github.com/lexi-lambda/monad-validate) A Haskell monad transformer library for data validation -
monad-io-adapter
DISCONTINUED. A Haskell package that adapts between MonadIO and MonadBase IO [GET https://api.github.com/repos/cjdev/monad-io-adapter: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
monad-journal
DISCONTINUED. Pure logger typeclass and monad transformer [GET https://api.github.com/repos/hadronized/monad-journal: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of monad-markov or a related project?
README
monad-markov
A monad transformer providing a monad, MarkovT, in which computations have
access to state and a probabilistic transition function.
This can be used to model Markov processes.
A type class, MonadMarkov, is provided with one operation, "nextState",
which transitions to the next state.
The transformer is built on top of MonadRandom (https://hackage.haskell.org/package/MonadRandom).