Add a new "section" for type-class transformations.
[matthijs/master-project/cλash.git] / 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
 
+----------------------------------------------------------------
+-- Type-class transformations
+----------------------------------------------------------------
+
 --------------------------------
 -- ClassOp resolution
 --------------------------------