Check whether tests compile in ghcid
This commit is contained in:
@@ -28,6 +28,7 @@ updateDoor dr w = case dr ^. drUpdate of
|
||||
, foldl' (doDoorMount (doDoorLerp dr (dr ^. drLerp))) w (dr ^. drMounts)
|
||||
)
|
||||
|
||||
-- could filter these HERE rather than later?
|
||||
doDoorMount :: Point2A -> World -> MountedObject -> World
|
||||
doDoorMount pa w = \case
|
||||
MountedLight p r c ->
|
||||
|
||||
Reference in New Issue
Block a user