This commit is contained in:
2025-10-16 23:04:17 +01:00
parent 0f43e1ad8f
commit 0481f6e6f2
6 changed files with 145 additions and 292 deletions
+1
View File
@@ -50,6 +50,7 @@ data EdgeObstacle
| DoorObstacle
| AutoDoorObstacle
| WallObstacle
| ChasmObstacle
deriving (Eq, Ord, Show, Bounded, Enum, Read) --Generic, Flat)
--instance (ToJSON a, ToJSON b) => ToJSON (Gr a b) where