Copyright | (c) Adam Scibior 2015-2020 |
---|---|
License | MIT |
Maintainer | [email protected] |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Control.Monad.Bayes.Traced.Basic
Description
Documentation
data TracedT (m :: Type -> Type) a Source #
Tracing monad that records random choices made in the program.