Skip to content

Commit e39063e

Browse files
committed
Merge pull request #14 from telser/purescript-0.8-warnings
Fix warnings generated by purescript-0.8.0
2 parents 7264aa4 + 1e8dde7 commit e39063e

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
@@ -1,6 +1,6 @@
11
module Control.Monad.Eff.Random where
22

3-
import Prelude
3+
import Prelude ((<), (<$>), (-), (+), (*), return, bind, ($), one)
44

55
import Control.Monad.Eff (Eff())
66
import Data.Int (toNumber, floor)

0 commit comments

Comments
 (0)