User:Benmachine/Cont
From HaskellWiki
This seemed to break things:{-# LANGUAGE NoOverlappingInstances -#
foo
main = do putStrLn "I broke it :("
then all sorts of oddities arise.
Here is a new paragraph, is it fixed yet?
id :: a -> a id x = x const :: a -> b -> a const x _ = x
I suppose it isn't. How curious.
