haskell-src-exts-1.16.0: tests/examples/GadtStrictness.hs.prettyprinter.golden
{-# LANGUAGE GADTs #-}
module Main (main) where
data X where
X :: !Int -> X
{-# LANGUAGE GADTs #-}
module Main (main) where
data X where
X :: !Int -> X