Make all of the union types have uniform ws
This commit is contained in:
parent
c1b837593d
commit
6fb554b8ae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue