summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/Roles11.hs
blob: c95cee798d94ef3a4437faaf1ac1014f52716f3f (plain)
1
2
3
4
5
6
7
{-# LANGUAGE GADTs, RoleAnnotations #-}

module Roles11 where

data T2 a@R where
  K2 :: T2 Int