Skip to content

Instantly share code, notes, and snippets.

@andyfriesen
Created November 10, 2014 06:20
Show Gist options
  • Save andyfriesen/be5eace880bb4610d662 to your computer and use it in GitHub Desktop.
Save andyfriesen/be5eace880bb4610d662 to your computer and use it in GitHub Desktop.
ghc (7.8.1) accepts this program, even if you specify -Wall -Werror. :(
x :: String
Just (Just (x:[])) = Just (Just [])
main :: IO ()
main = putStrLn x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment