summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T22817.hs
blob: ea32bd906ec371e2cefececd1fdbee3b1cae3571 (plain)
1
2
3
4
{-# LANGUAGE TypeData #-}
module T22817 where

type data BoolKind = FalseType | TrueType