diff --git a/src/Game/Library.fs b/src/Game/Library.fs index 9cbac40..fb5c0d1 100644 --- a/src/Game/Library.fs +++ b/src/Game/Library.fs @@ -11,16 +11,16 @@ type WallType = | Corner type Direction = -| North -| South -| East -| West + | North + | South + | East + | West type Env = - | Wall of WallType - | Floor - | Trap - | Player + | Wall of WallType + | Floor + | Trap + | Player type Cast = { spell: string