diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8469.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T8469.stdout | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/ghci/scripts/T8469.stdout b/testsuite/tests/ghci/scripts/T8469.stdout index 6c66b35fab..cd7966ee66 100644 --- a/testsuite/tests/ghci/scripts/T8469.stdout +++ b/testsuite/tests/ghci/scripts/T8469.stdout @@ -1,10 +1,10 @@ -data Int = GHC.Types.I# GHC.Prim.Int# -- Defined in ‛GHC.Types’ -instance Bounded Int -- Defined in ‛GHC.Enum’ -instance Enum Int -- Defined in ‛GHC.Enum’ -instance Eq Int -- Defined in ‛GHC.Classes’ -instance Integral Int -- Defined in ‛GHC.Real’ -instance Num Int -- Defined in ‛GHC.Num’ -instance Ord Int -- Defined in ‛GHC.Classes’ -instance Read Int -- Defined in ‛GHC.Read’ -instance Real Int -- Defined in ‛GHC.Real’ -instance Show Int -- Defined in ‛GHC.Show’ +data Int = GHC.Types.I# GHC.Prim.Int# -- Defined in ‘GHC.Types’ +instance Bounded Int -- Defined in ‘GHC.Enum’ +instance Enum Int -- Defined in ‘GHC.Enum’ +instance Eq Int -- Defined in ‘GHC.Classes’ +instance Integral Int -- Defined in ‘GHC.Real’ +instance Num Int -- Defined in ‘GHC.Num’ +instance Ord Int -- Defined in ‘GHC.Classes’ +instance Read Int -- Defined in ‘GHC.Read’ +instance Real Int -- Defined in ‘GHC.Real’ +instance Show Int -- Defined in ‘GHC.Show’ |