Skip to content
Snippets Groups Projects
Commit 0a4e3ee6 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-04-27 12:34:49 by simonm]

- Fix the tagToEnum# support in the code generator

- Make isDeadBinder work on case binders

- Fix compiling of

	case x `op` y of z {
		True  -> ... z ...
		False -> ... z ...

- Clean up CgCase a little.

- Don't generate specialised tag2con functions for derived Enum/Ix
  instances; use tagToEnum# instead.
parent 68d47df3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment