haskell-src-exts-1.20.0: tests/examples/DeriveGeneric.hs.prettyprinter.golden
{-# LANGUAGE DeriveGeneric #-}
data UserTree a = Node a (UserTree a) (UserTree a)
| Leaf
deriving Generic
{-# LANGUAGE DeriveGeneric #-}
data UserTree a = Node a (UserTree a) (UserTree a)
| Leaf
deriving Generic