summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print029.hs
blob: 23eb61bb5bbd03fd6254672388a2a6fc6e101d9d (plain)
1
2
3
4
5
6
7
newtype MkT2 a = MkT2 [Maybe a] deriving Show

f :: t Int -> t Int
f x = x

f2 :: t Int -> t Int -> (t Int, t Int)
f2 x y = (x,y)