X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FNormalize%2FNormalizeTypes.hs;h=4e98709eed26c2bf07dbbf5339014957cd44910d;hb=75978cf28a619d14ae27ea2bb4a53246b6a0bcd8;hp=966e18e93a5ec6ef21574827d6a2a783f8956e88;hpb=09f5d39c3904adc8ed5f07a9654dee82692c663b;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/CLasH/Normalize/NormalizeTypes.hs" "b/c\316\273ash/CLasH/Normalize/NormalizeTypes.hs" index 966e18e..4e98709 100644 --- "a/c\316\273ash/CLasH/Normalize/NormalizeTypes.hs" +++ "b/c\316\273ash/CLasH/Normalize/NormalizeTypes.hs" @@ -29,6 +29,6 @@ data CoreContext = AppFirst -- ^ The expression is the first | LambdaBody -- ^ The expression is the body of a -- lambda abstraction | Other -- ^ Another context - deriving Eq + deriving (Eq, Show) -- | Transforms a CoreExpr and keeps track if it has changed. type Transform = [CoreContext] -> CoreSyn.CoreExpr -> TransformMonad CoreSyn.CoreExpr