summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci030.hs
blob: ed95ea9661ef73397dcb492881ad6092111e7ea9 (plain)
1
2
3
4
5
6
7
8
9
-- Trac #2082
-- If we :i D or C, we should see parentheses around (Int -> a)

{-# LANGUAGE ExistentialQuantification #-}

module Foo where

data D = forall a . C (Int -> a) Char