Skip to content

Commit 2127727

Browse files
revert fix
1 parent 56a58a9 commit 2127727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/GHC/TypeLits/Normalise

src/GHC/TypeLits/Normalise/SOP.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ normaliseExp b (S [P [I 1]]) = b
280280

281281
-- x^(2xy) ==> x^(2xy)
282282
normaliseExp b@(S [P [V _]]) (S [e]) = S [P [E b e]]
283-
normaliseExp b@(S [P [C _]]) (S [e]) = S [P [E b e]]
283+
-- normaliseExp b@(S [P [C _]]) (S [e]) = S [P [E b e]]
284284

285285
-- 2^(y^2) ==> 4^y
286286
normaliseExp b@(S [P [_]]) (S [e@(P [_])]) = S [P [reduceExp (E b e)]]

0 commit comments

Comments
 (0)