summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog006/Boot2.hs
blob: 5e7297e448d2c82996822de6477b9cbabc778527 (plain)
1
2
3
4
5
6
{-# LANGUAGE ExistentialQuantification #-}
module Boot where

import A

data Data = forall n. Class n => D n