brittany/data/Test60.hs

5 lines
96 B
Haskell

{-# LANGUAGE ExistentialQuantification #-}
data Foo = forall a . Show a => Bar
{ foo :: a
}