diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2021-02-20 13:50:26 +0100 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2021-02-20 13:50:26 +0100 |
commit | 445b9a5402703517368cdad27993ede29700a4ca (patch) | |
tree | 5b88a2284cc2c3ceb625a2352c833d552b79b893 | |
parent | d7c99b459879b7c89a24aee656a0296a988bf409 (diff) | |
download | haskell-445b9a5402703517368cdad27993ede29700a4ca.tar.gz |
Update test output for T19279
-rw-r--r-- | testsuite/tests/ghci/scripts/T19279.stdout | 4 | ||||
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci065.stdout | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/T19279.stdout b/testsuite/tests/ghci/scripts/T19279.stdout index fe7fbbf9f8..37e056e1aa 100644 --- a/testsuite/tests/ghci/scripts/T19279.stdout +++ b/testsuite/tests/ghci/scripts/T19279.stdout @@ -1,3 +1,3 @@ -T :: * -> * +T :: k -> k = T -T :: * -> * +T :: k -> k diff --git a/testsuite/tests/ghci/scripts/ghci065.stdout b/testsuite/tests/ghci/scripts/ghci065.stdout index 4c6f40c72c..39b990b04c 100644 --- a/testsuite/tests/ghci/scripts/ghci065.stdout +++ b/testsuite/tests/ghci/scripts/ghci065.stdout @@ -26,7 +26,7 @@ func3 :: Int -> Int -> Int Here's multiple line comment for func3. PatSyn :: Int -- Pattern synonym defined at ghci065.hs:54:1 This is the haddock comment of a pattern synonym -TyCl :: * -> Constraint -- Class defined at ghci065.hs:57:1 +TyCl :: k -> Constraint -- Class defined at ghci065.hs:57:1 This is the haddock comment of a type class TyFam :: * -> * -- Type constructor defined at ghci065.hs:60:1 This is the haddock comment of a type family |