Skip to content

Commit

Permalink
Ch11 fixup to remove unused eqGameState (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesfrain authored Sep 20, 2021
1 parent a292f50 commit 511dd50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exercises/chapter11/src/Data/GameState.purs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ instance showGameState :: Show GameState where
", inventory: " <> show o.inventory <>
" }"

derive instance eqGameState :: Eq GameState

initialGameState :: GameState
initialGameState = GameState
{ items : M.fromFoldable [ Tuple (coords 0 1) (S.singleton Candle)
Expand Down

0 comments on commit 511dd50

Please sign in to comment.