Make all of the union types have uniform ws

This commit is contained in:
Seabass 2019-10-05 13:38:27 -04:00
parent c1b837593d
commit 6fb554b8ae
1 changed files with 8 additions and 8 deletions

View File

@ -11,10 +11,10 @@ type WallType =
| Corner | Corner
type Direction = type Direction =
| North | North
| South | South
| East | East
| West | West
type Env = type Env =
| Wall of WallType | Wall of WallType