roller-0.1.2: Playing with applicatives and dice!

Safe HaskellSafe-Inferred
LanguageHaskell2010

Roller.Types

Documentation

data DiceExp Source

Constructors

Die Int Int 
Const Int 
Sum DiceExp DiceExp 

Instances