summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T6025a.hs
blob: e1914b351427d90eba18c49b1c81c66fc2ce903c (plain)
1
2
3
4
5
6
{-# LANGUAGE DataKinds, GADTs #-}
module T6025a (Other (..)) where

data Other a where
  OTrue :: Other True
  OFalse :: Other False