mirror of
https://github.com/swarm-game/swarm.git
synced 2025-01-07 16:55:59 +03:00
9270ff8eb9
* add `CExecute Const` * remove all capabilities for constants * update YAML to mention each capability for constant explicitly * uses [`generic-data`](https://hackage.haskell.org/package/generic-data-1.1.0.0/docs/Generic-Data.html#t:FiniteEnumeration) package to get `Enum` and `Bounded` ```Haskell deriving (Enum, Bounded) via (FiniteEnumeration Capability) ``` * closes #1548 * closes #2018 |
||
---|---|---|
.. | ||
bench | ||
integration | ||
standalone-topography/src | ||
tournament-host | ||
unit |