Skip to content

Instantly share code, notes, and snippets.

@netogallo
Created May 29, 2014 13:07
Show Gist options
  • Select an option

  • Save netogallo/68692226d4badc4bc8bc to your computer and use it in GitHub Desktop.

Select an option

Save netogallo/68692226d4badc4bc8bc to your computer and use it in GitHub Desktop.
forever21
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