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