summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8262.stderr
blob: d52ee31a31c9da9845e12e5e9ca4627651ec8da1 (plain)
1
2
3
4
5
6
7

T8262.hs:5:15: error:
    • Couldn't match a lifted type with an unlifted type
      When matching the kind of ‘GHC.Prim.Int#’
    • In the first argument of ‘Just’, namely ‘(1#)’
      In the expression: Just (1#)
      In an equation for ‘foo’: foo x = Just (1#)