Use strict-containers for IntMaps

This commit is contained in:
2022-07-21 15:27:00 +01:00
parent 22787abf8f
commit cf5ec4a261
92 changed files with 103 additions and 98 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import Dodge.Base.Wall
import Geometry
import Data.Maybe
import qualified Data.IntMap.Strict as IM
import qualified IntMapHelp as IM
import Control.Lens
import Control.Monad
import StreamingHelp
+1 -1
View File
@@ -5,7 +5,7 @@ module Dodge.Base.Item
--import Dodge.Base.You
--import LensHelp
--
--import qualified Data.IntMap.Strict as IM
--import qualified IntMapHelp as IM
--selectedObject :: World -> Maybe (Either FloorItem Button)
--selectedObject w = lookup (_crInvSel ycr) $ zip [n..] $ _closeObjects w