random-tree-0.6.0.5: Create random trees

Safe HaskellNone
LanguageHaskell2010

Math.RandomTree.Types

Description

Collects all types used in the program

Documentation

newtype ReaderStateRandom a #

Instances

Monad ReaderStateRandom # 
Functor ReaderStateRandom # 
Applicative ReaderStateRandom # 
MonadPlus ReaderStateRandom # 
MonadRandom ReaderStateRandom # 
Alternative ReaderStateRandom # 
MonadReader TreeConfig ReaderStateRandom # 
MonadState (TreeState Int) ReaderStateRandom #