Skip to content

Instantly share code, notes, and snippets.

@Nucleareal
Last active August 29, 2015 14:03
Show Gist options
  • Save Nucleareal/6e78f5441af6eb475437 to your computer and use it in GitHub Desktop.
Save Nucleareal/6e78f5441af6eb475437 to your computer and use it in GitHub Desktop.
data Orekyuu = Orekyuu deriving (Read)
instance Show Orekyuu where
show Orekyuu = "Lolita Complex"
main = do
putStrLn $ show Orekyuu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment