summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail161.stderr
blob: 0b04d8ef02a3c54e17925ea6f042ff40783d7679 (plain)
1
2
3
4
5
6

tcfail161.hs:5:7:
    `Maybe' is not applied to enough type arguments
    Expected kind `*', but `Maybe' has kind `* -> *'
    In the type signature for `f':
      f :: [Maybe]