summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T19688.stdout
blob: eb02d532ea2ad8d3e0668d62d872f050456ce2ed (plain)
1
2
3
4
type D :: forall k. k -> *
data family D a
  	-- Defined at T19688.hs:4:1
data instance D Int = DInt 	-- Defined at T19688.hs:5:15