summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7210.hs
blob: 3c0a3ffd2391011683377d48a7a0842882097ea8 (plain)
1
2
3
4
5
module T7210 where

import Data.IntMap

data T = C { f :: !IntMap Int }