summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T16427.hs
blob: 3bcbb7a4646e7bbdb425340592f42b2eb25db572 (plain)
1
2
3
4
5
{-# LANGUAGE RankNTypes, GADTs #-}

module T16427 where

data D where C :: Int -> forall b . b -> D