diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/scripts/T6027ghci.stdout | 1 | ||||
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci012.stdout | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T6027ghci.stdout b/testsuite/tests/ghci/scripts/T6027ghci.stdout index 7711a3003f..a3afcf2035 100644 --- a/testsuite/tests/ghci/scripts/T6027ghci.stdout +++ b/testsuite/tests/ghci/scripts/T6027ghci.stdout @@ -1,3 +1,4 @@ type (?) :: * data (?) -- Defined at <interactive>:2:1 +infixl 9 ? diff --git a/testsuite/tests/ghci/scripts/ghci012.stdout b/testsuite/tests/ghci/scripts/ghci012.stdout index 32ceac8b06..c4d2cbdc2b 100644 --- a/testsuite/tests/ghci/scripts/ghci012.stdout +++ b/testsuite/tests/ghci/scripts/ghci012.stdout @@ -1 +1,2 @@ ($$$) :: [b -> c] -> [b] -> [c] -- Defined at <interactive>:1:8 +infixl 9 $$$ |