Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
796322f5
Commit
796322f5
authored
Oct 19, 2012
by
Simon Peyton Jones
Browse files
Improved desugaring in TH for Rules
parent
5c1d923f
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/tests/th/T7064.stdout
View file @
796322f5
...
...
@@ -19,8 +19,8 @@ instance GHC.Classes.Eq a_0 => GHC.Classes.Eq (T_1 a_0)
GHC.Real.fromIntegral
= GHC.Base.id :: forall a_0 . a_0 -> a_0 #-}
{-# RULES "rule2" [1]
forall (x_
1627391611 :: a_1627391612
) . GHC.Real.fromIntegral x_
1627391611
= x_
1627391611
#-}
forall (x_
0 :: a_1
) . GHC.Real.fromIntegral x_
0
= x_
0
#-}
{-# RULES "rule3" [~1]
forall (x_
1627391609 :: a_1627391610
) . GHC.Real.fromIntegral x_
1627391609
= x_
1627391609
#-}
forall (x_
0 :: a_1
) . GHC.Real.fromIntegral x_
0
= x_
0
#-}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment