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

[project @ 1999-04-23 13:53:28 by simonm]

Support for

	dataToTag# :: a -> Int#  (if a is a data type)

and (partial) support for

	tagToEnum# :: Int# -> a  (if a is an enumerated type)

The con2tag functions generated by derived Eq,Ord and Enum instances
are now replaced by dataToTag# for data types with a large number of
constructors.
parent 33171730
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