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

module Roles8 where

data T1 a@P = K1 a