diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-08-27 20:54:46 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-08-27 20:54:46 -0300 |
commit | 496546229d1b5060c88266210f303a48280c885c (patch) | |
tree | 5b48706925c202616da32be2e5a2a76fe2e2bedb /Screen.hs | |
parent | 9367826dae8093008a4c6414dd3bf1c6b90be822 (diff) |
Clean old code
Diffstat (limited to 'Screen.hs')
-rw-r--r-- | Screen.hs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -210,6 +210,3 @@ incrementCurrentRow = (=<<) put $ get >>= \st -> return $ st { currentRow = (cur liftCurses = lift . lift liftUpdate = lift . lift - ---liftToUpdate :: IO a -> Update a ---liftToUpdate io = Update $ lift (liftIO io)
\ No newline at end of file |