summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T13391a.hs
blob: 4d5cc607c054d94188625e50a6f1bc71a80ab4c4 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE GADTs #-}
module T13391a where

-- this caused a panic during the work on T13391.

data A a where
  A3 :: b ~ Int => b -> A Int