summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break026.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break026.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break026.stdout12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break026.stdout b/testsuite/tests/ghci.debugger/scripts/break026.stdout
index 79acc3d8ac..0d8d87c461 100644
--- a/testsuite/tests/ghci.debugger/scripts/break026.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/break026.stdout
@@ -10,9 +10,9 @@ f :: Int -> Int -> Int = _
x :: Int = 1
xs :: [Int] = _
Stopped in Test.foldl.go, break026.hs:7:23-35
-_result :: t = _
-c :: t = _
-f :: t -> Int -> t = _
+_result :: Int = _
+c :: Int = _
+f :: Int -> Int -> Int = _
x :: Int = 2
xs :: [Int] = _
c = 1
@@ -28,9 +28,9 @@ f :: Int -> Int -> Int = _
x :: Int = 1
xs :: [Int] = _
Stopped in Test.foldl.go, break026.hs:7:23-35
-_result :: t = _
-c :: t = _
-f :: t -> Int -> t = _
+_result :: Int = _
+c :: Int = _
+f :: Int -> Int -> Int = _
x :: Int = 2
xs :: [Int] = _
Stopped in Test.foldl.go, break026.hs:7:27-31