packages feed

brittany-0.14.0.0: data/Test60.hs

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