Make CWorld a member of Store

This commit is contained in:
2022-08-19 11:51:49 +01:00
parent 2e34481ab1
commit e1a555ea02
2 changed files with 48 additions and 25 deletions
+3 -3
View File
@@ -221,6 +221,6 @@ makeLenses ''WorldBeams
makeLenses ''CWCam
makeLenses ''CWGen
makeLenses ''CWTime
-- $($(derive [d|
-- instance Deriving (Store CWorld)
-- |]))
$($(derive [d|
instance Deriving (Store CWorld)
|]))