Skip to content

Commit 7264aa4

Browse files
committed
Merge pull request #13 from tfausak/patch-1
Remove unused import
2 parents 6e0ca41 + 467a19a commit 7264aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/Eff/Random.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Control.Monad.Eff.Random where
33
import Prelude
44

55
import Control.Monad.Eff (Eff())
6-
import Data.Int (fromNumber, toNumber, floor)
6+
import Data.Int (toNumber, floor)
77

88
-- | The `RANDOM` effect indicates that an Eff action may access or modify the
99
-- | JavaScript global random number generator, i.e. `Math.random()`.

0 commit comments

Comments
 (0)