summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci030.hs
blob: 743aa986eacb5f52bd73185139ea51af09233bb7 (plain)
1
2
3
4
5
6
7
8
9
-- #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