Don't resolve class operations that are builtin functions.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 10 Mar 2010 15:03:51 +0000 (16:03 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 10 Mar 2010 15:05:51 +0000 (16:05 +0100)
We already have a fixed VHDL translation for these, and usually the
actual implementation is not translateable (for example, the derived Eq
instances translate dataconstructors to Int#'s and use GHC.Prim.==# to
compare them).


No differences found