Cleanup
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Dodge.Zone.Data
|
||||
where
|
||||
import Control.Lens
|
||||
import qualified Data.IntMap.Strict as IM
|
||||
|
||||
newtype Zone a = Zone
|
||||
{ _znObjects :: IM.IntMap (IM.IntMap a)
|
||||
}
|
||||
|
||||
makeLenses ''Zone
|
||||
Reference in New Issue
Block a user