Skip to content

Commit

Permalink
Added liftMCT to the export list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Gaebel authored and patperry committed Apr 21, 2013
1 parent d83e7a5 commit 9808506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Control/Monad/MC/GSL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module Control.Monad.MC.GSL (
runMCT,
evalMCT,
execMCT,
liftMCT,

-- * Pure random number generator creation
RNG,
Expand All @@ -37,6 +38,6 @@ module Control.Monad.MC.GSL (
) where

import Control.Monad.MC.GSLBase ( MC, runMC, evalMC, execMC,
MCT, runMCT, evalMCT, execMCT, RNG, Seed, mt19937, mt19937WithState,
MCT, runMCT, evalMCT, execMCT, liftMCT, RNG, Seed, mt19937, mt19937WithState,
rngName, rngSize, rngState )
import Control.Monad.MC.Class hiding ( RNG )

0 comments on commit 9808506

Please sign in to comment.