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