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)
commitbe3494f72d858395809d4c0073bb51df628b0dac
tree065cc95d92b2b17a6dddba05ca85082eeaa21c99
parent85bbc8126e1a7c8703d99afe3678ad067ca773a8
Don't resolve class operations that are builtin functions.

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).
cλash/CLasH/Normalize.hs