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

import A

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