summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T3468.hs
blob: f091f09b2c35a91cf71ee35fe57431c08ef2f157 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE ExistentialQuantification #-}

module T3468 where

import T3468a

data Tool d = forall a r . F a