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

T5570.hs:7:16: error:
    Couldn't match kind ‘*’ with ‘#’
    When matching types
      r0 :: *
      Double# :: #
    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##