diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci025.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci025.stdout | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci025.stdout b/testsuite/tests/ghci/scripts/ghci025.stdout index e6b012a4c6..4d21c5fc44 100644 --- a/testsuite/tests/ghci/scripts/ghci025.stdout +++ b/testsuite/tests/ghci/scripts/ghci025.stdout @@ -52,7 +52,9 @@ class Eq a where (GHC.Classes.==) :: a -> a -> GHC.Types.Bool (GHC.Classes./=) :: a -> a -> GHC.Types.Bool -- imported via Prelude, T -Prelude.length :: [a] -> GHC.Types.Int +Prelude.length :: + Data.Foldable.Foldable t => + forall a. Data.Foldable.Foldable t => t a -> GHC.Types.Int -- imported via T data T.Integer = integer-gmp-0.5.1.0:GHC.Integer.Type.S# GHC.Prim.Int# |