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