packages feed

haskell-src-exts-1.15.0.1: tests/examples/GADTRecord.hs

{-# LANGUAGE GADTs #-}

data T where
  T :: { field :: Int } -> T