mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
Use the strict random monad.
This commit is contained in:
parent
613a920ed1
commit
99ef60fbe6
@ -15,7 +15,7 @@ module RWS
|
||||
import Control.Applicative (empty)
|
||||
import Control.Arrow ((&&&))
|
||||
import Control.Monad (replicateM)
|
||||
import Control.Monad.Random
|
||||
import Control.Monad.Random.Strict
|
||||
import Control.Monad.State.Strict
|
||||
import Data.Align.Generic
|
||||
import Data.Array.Unboxed
|
||||
|
Loading…
Reference in New Issue
Block a user