summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5570.stderr
blob: 710104012de0d2d9aad55c9b2d94309fbbff43eb (plain)
1
2
3
4
5
6

T5570.hs:7:16: error:
    • Expecting a lifted type, but ‘Double#’ is unlifted
    • In the second argument of ‘($)’, namely ‘D# $ 3.0##’
      In the expression: print $ D# $ 3.0##
      In an equation for ‘main’: main = print $ D# $ 3.0##