User:Benmachine/Cont

From HaskellWiki
< User:Benmachine
Revision as of 18:49, 9 June 2011 by Benmachine (talk | contribs) (New page: This seemed to break things: <hask>{-# LANGUAGE NoOverlappingInstances -#</hask>}. If I then go, um, <hask>foo</hask>, and then this: <haskell> main = do putStrLn "I broke it :(" </haske...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This seemed to break things: {-# LANGUAGE NoOverlappingInstances -#}. If I then go, um, foo, and then this:

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.