Add a new "section" for type-class transformations.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 26 May 2010 15:27:06 +0000 (17:27 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 26 May 2010 15:27:06 +0000 (17:27 +0200)
cλash/CLasH/Normalize.hs

index 1dc20f57051381b0a513448870dc3bed2b2a55d6..4a461f4e7b80973b27f56ad793bdf30ee97c1cf3 100644 (file)
@@ -817,6 +817,10 @@ inlinenonrepresult context expr | not (is_fun expr) =
 -- Leave all other expressions unchanged
 inlinenonrepresult c expr = return expr
 
 -- Leave all other expressions unchanged
 inlinenonrepresult c expr = return expr
 
+----------------------------------------------------------------
+-- Type-class transformations
+----------------------------------------------------------------
+
 --------------------------------
 -- ClassOp resolution
 --------------------------------
 --------------------------------
 -- ClassOp resolution
 --------------------------------