This commit is contained in:
Nathan Dwarshuis 2021-03-18 00:41:21 -04:00
parent 0b528a6814
commit 836ed18943
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ main :: IO ()
main = getMonitorName >>= maybe exitFailure (\n -> putStrLn n >> exitSuccess)
data Coord = Coord Int Int
deriving Eq
deriving (Eq, Show)
getMonitorName :: IO (Maybe String)
getMonitorName = do