summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail079.stderr
blob: 149f9b2171f81870e41bcb4cb758db8cfe9a61cd (plain)
1
2
3
4
5
6
7

tcfail079.hs:9:27:
    Expecting a lifted type, but `Int#' is unlifted
    Expected kind `*', but `Int#' has kind `#'
    In the type `Int#'
    In the definition of data constructor `Unboxed'
    In the newtype declaration for `Unboxed'