qfunc-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

CoinFlip

Synopsis

Documentation

coinFlip :: a -> b -> QM (Either a b) Source #

Given two values, will return either of them with a 50% probability.