Copyright | (c) Adam Scibior 2015-2020 |
---|---|
License | MIT |
Maintainer | leonhard.markert@tweag.io |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
A tracing monad where only a subset of random choices are traced and this subset can be adjusted dynamically.
Instances
freeze :: Monad m => Traced m a -> Traced m a Source #
Freeze all traced random choices to their current values and stop tracing them.