fearOfView-0.1.0.0: Exit.hs
module Exit where
data Exit
= Exit
| KeyExit
| Entrance
| UnseenBoundary
| SeenBoundary
deriving (Eq,Ord)
module Exit where
data Exit
= Exit
| KeyExit
| Entrance
| UnseenBoundary
| SeenBoundary
deriving (Eq,Ord)