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

T7210.hs:5:19:
    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’