From b5932b34cd1133cebee9bd729b42bf48f733d7ad Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 26 May 2010 17:27:06 +0200 Subject: [PATCH] Add a new "section" for type-class transformations. --- "c\316\273ash/CLasH/Normalize.hs" | 4 ++++ 1 file changed, 4 insertions(+) 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 -------------------------------- -- 2.30.2