monte-carlo-0.6: lib/Control/Monad/MC.hs
-----------------------------------------------------------------------------
-- |
-- Module : Control.Monad.MC
-- Copyright : Copyright (c) 2010, Patrick Perry <patperry@gmail.com>
-- License : BSD3
-- Maintainer : Patrick Perry <patperry@gmail.com>
-- Stability : experimental
--
-- A monad and monad transformer for Monte Carlo computations.
--
module Control.Monad.MC (
module Control.Monad.MC.GSL
) where
import Control.Monad.MC.GSL