Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Loading
user avatar
Simon Peyton Jones authored
Simon's Prelude changes
			~~~~~~~~~~~~~~~~~~~~~~~

[The real commit preceded this, but had the stupid message "msg_prel"
 because I used "cvs commit -m" instead of "cvs commit -F"]

Prelude is split into more modules
	new are: PrelEnum, PrelShow, PrelNum
	removed: PrelBounded (all in PrelEnum now)
		 PrelEither  (all in PrelMaybe now)

There are also a lot of RULES, of course.
8e16c2d2
History