summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci008.stdout
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-04-23 15:52:49 -0400
committerBen Gamari <ben@smart-cactus.org>2021-09-23 19:33:02 -0400
commite88e53b4e40b693a9f1c50c649966cd64879a30b (patch)
tree7b3c452a103876433ed35b9f154c3344b10100bb /testsuite/tests/ghci/scripts/ghci008.stdout
parentcd79e2164d3b2d1ad94aab5a95038f4c36d8c57e (diff)
downloadhaskell-wip/T19703-ghc-8.8.tar.gz
compiler: Introduce and use RoughMap for instance environmentswip/T19703-ghc-8.8
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci008.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/ghci008.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci008.stdout b/testsuite/tests/ghci/scripts/ghci008.stdout
index abed6d21f3..7e31fb3e51 100644
--- a/testsuite/tests/ghci/scripts/ghci008.stdout
+++ b/testsuite/tests/ghci/scripts/ghci008.stdout
@@ -33,7 +33,7 @@ class (RealFrac a, Floating a) => RealFloat a where
encodeFloat, isNaN, isInfinite, isDenormalized, isNegativeZero,
isIEEE #-}
-- Defined in ‘GHC.Float’
-instance RealFloat Float -- Defined in ‘GHC.Float’
instance RealFloat Double -- Defined in ‘GHC.Float’
+instance RealFloat Float -- Defined in ‘GHC.Float’
base-4.13.0.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool
-- Defined in ‘base-4.13.0.0:Data.OldList’