summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T13699.stdout
blob: b5950a757b9d5af761d4872406216922ba333119 (plain)
1
2
3
4
5
6
7
8
data Foo
  = Foo {foo1 :: Int,
         foo2 :: !Int,
         foo3 :: Maybe Int,
         foo4 :: !(Maybe Int)}
  	-- Defined at T13699.hs:3:1
data Bar = Bar Int !Int (Maybe Int) !(Maybe Int)
  	-- Defined at T13699.hs:10:1