summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T16527.stdout
blob: 40688b571e3fb05ae4a2cffdfa47878980c9a024 (plain)
1
2
3
4
5
type T :: *
data T where
  MkT1 :: (Int -> Int) -> T
  MkT2 :: (forall a. Maybe a) -> T
  	-- Defined at T16527.hs:5:1