Remove mtl dependency

This commit is contained in:
2026-01-23 09:59:18 +00:00
parent a464d4dc38
commit 962df63e62
18 changed files with 36 additions and 20 deletions
+4 -2
View File
@@ -2,12 +2,14 @@
{- Helpers for random generation. -}
module RandomHelp (
module System.Random,
module Control.Monad.State,
-- module Control.Monad.State,
module RandomHelp,
module Control.Monad.Trans.State.Lazy,
) where
import Control.Monad
import Control.Monad.State
--import Control.Monad.State
import Control.Monad.Trans.State.Lazy
import Data.List
import Geometry
import StrictHelp