summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T20179.stderr
blob: 28eb54d69873982cc76248c94cdf7ee830a44a13 (plain)
1
2
3
4
5
6
7
8
9
10

T20179.hs:4:18: error:
    • Expecting one more argument to ‘Maybe’
      Expected a type, but ‘Maybe’ has kind ‘* -> *’
    • In the type signature: slurmp :: [Maybe]
      In the expression:
        let
          slurmp :: [Maybe]
          slurmp = []
        in pure []