Created
May 29, 2014 13:07
-
-
Save netogallo/68692226d4badc4bc8bc to your computer and use it in GitHub Desktop.
forever21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Control.Monad (forever) | |
| instance Num (IO a) where | |
| fromInteger i = print i >> return undefined | |
| main = forever 21 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment