summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/gadt10.hs
blob: 6217405a0b7d633cd630f352a0d983e73e601710 (plain)
1
2
3
4
5
6
{-# LANGUAGE GADTs #-}

module ShouldFail where

-- Kind error
data RInt a where R :: RInt