packages feed

ormolu-0.8.2.0: data/examples/declaration/data/record-fancy-existential.hs

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