summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail212.stderr
blob: b116fd1d9580ae72e6c08565d06994114b176b59 (plain)
1
2
3
4
5
6
7
8
9
10

tcfail212.hs:10:7:
    Expecting one more argument to ‛Maybe’
    The first argument of a tuple should have kind ‛*’,
      but ‛Maybe’ has kind ‛* -> *’
    In the type signature for ‛f’: f :: (Maybe, Either Int)

tcfail212.hs:13:7:
    Expecting a lifted type, but ‛Int#’ is unlifted
    In the type signature for ‛g’: g :: (Int#, Int#)