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

T7210.hs:5:19: error:
    • Unexpected strictness annotation: !IntMap
      strictness annotation cannot appear nested inside a type
    • In the type ‘!IntMap Int’
      In the definition of data constructor ‘C’
      In the data declaration for ‘T’