X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FNormalize.hs;h=4a461f4e7b80973b27f56ad793bdf30ee97c1cf3;hp=1dc20f57051381b0a513448870dc3bed2b2a55d6;hb=b5932b34cd1133cebee9bd729b42bf48f733d7ad;hpb=0573ff02a62a58dc83d6d96263388e8f99b9722f diff --git "a/c\316\273ash/CLasH/Normalize.hs" "b/c\316\273ash/CLasH/Normalize.hs" index 1dc20f5..4a461f4 100644 --- "a/c\316\273ash/CLasH/Normalize.hs" +++ "b/c\316\273ash/CLasH/Normalize.hs" @@ -817,6 +817,10 @@ inlinenonrepresult context expr | not (is_fun expr) = -- Leave all other expressions unchanged inlinenonrepresult c expr = return expr +---------------------------------------------------------------- +-- Type-class transformations +---------------------------------------------------------------- + -------------------------------- -- ClassOp resolution --------------------------------