diff options
Diffstat (limited to 'testsuite/tests/th/T14627.stderr')
-rw-r--r-- | testsuite/tests/th/T14627.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/th/T14627.stderr b/testsuite/tests/th/T14627.stderr index e9e8486256..9d9b9785f0 100644 --- a/testsuite/tests/th/T14627.stderr +++ b/testsuite/tests/th/T14627.stderr @@ -1,7 +1,7 @@ -T14627.hs:4:1: -Illegal term-level use of the type constructor ‘Bool’ - imported from ‘Prelude’ at T14627.hs:1:1 - (and originally defined in ‘GHC.Types’) -In the expression: Bool - In an equation for ‘f’: f = Bool +T14627.hs:4:1: error: + • Illegal term-level use of the type constructor or class ‘Bool’ + • imported from ‘Prelude’ at T14627.hs:1:1 + (and originally defined in ‘GHC.Types’) + • In the expression: Bool + In an equation for ‘f’: f = Bool |