brittany/data/Test61.hs

6 lines
121 B
Haskell

{-# LANGUAGE ExistentialQuantification #-}
data Foo = forall a b . (Show a, Eq b) => Bar
{ foo :: a
, bars :: b
}