Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed May 7, 2023
1 parent 1ca45c6 commit 0a45bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Swarm/Game/Scenario/Cell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ data PCell e = Cell
-- and optionally an entity and robot.
type Cell = PCell Entity

-- | Re-usable serialization for variants of "PCell"
mkPCellJson :: ToJSON b => (a -> b) -> PCell a -> Value
mkPCellJson modifier x =
toJSON $
Expand Down

0 comments on commit 0a45bf0

Please sign in to comment.