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

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