hdiff
packages
feed
haskell-src-exts
-1.24.0: tests/examples/GadtStrictness.hs
{-# LANGUAGE GADTs #-} data X where X :: !Int -> X