summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8959.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8959.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T8959.stdout8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/T8959.stdout b/testsuite/tests/ghci/scripts/T8959.stdout
index 77d1b7d63b..02b5f828c2 100644
--- a/testsuite/tests/ghci/scripts/T8959.stdout
+++ b/testsuite/tests/ghci/scripts/T8959.stdout
@@ -1,9 +1,11 @@
lookup :: Eq a => a -> [(a, b)] -> Maybe b
undefined :: (forall a. a -> a) -> a
- :: (?callStack::CallStack) => (forall a1. a1 -> a1) -> a
+ :: (?callStack::GHC.Stack.Types.CallStack) =>
+ (forall a1. a1 -> a1) -> a
lookup ∷ Eq a ⇒ a → [(a, b)] → Maybe b
undefined :: (forall a. a -> a) -> a
- ∷ (?callStack::CallStack) ⇒ (∀ a1. a1 → a1) → a
+ ∷ (?callStack::GHC.Stack.Types.CallStack) ⇒ (∀ a1. a1 → a1) → a
lookup :: Eq a => a -> [(a, b)] -> Maybe b
undefined :: (forall a. a -> a) -> a
- :: (?callStack::CallStack) => (forall a1. a1 -> a1) -> a
+ :: (?callStack::GHC.Stack.Types.CallStack) =>
+ (forall a1. a1 -> a1) -> a