summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T17384.stdout
blob: c610cc582693861bfa9978f0b4368b96a1f38cf6 (plain)
1
2
3
4
5
type role T nominal
type T :: * -> *
data T a where
  MkT :: T (Maybe Bool)
  	-- Defined at T17384.hs:7:1