From: Matthijs Kooijman Date: Wed, 10 Mar 2010 15:03:51 +0000 (+0100) Subject: Don't resolve class operations that are builtin functions. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=be3494f72d858395809d4c0073bb51df628b0dac;hp=be3494f72d858395809d4c0073bb51df628b0dac;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git 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). ---