haskell-src-exts-1.17.0: tests/examples/GhcDeriving.hs.prettyprinter.golden
module Main (main) where
newtype CodeGenModule a = CGM (StateT CGMState IO a)
deriving (Monad, MonadState [s], MonadIO)
module Main (main) where
newtype CodeGenModule a = CGM (StateT CGMState IO a)
deriving (Monad, MonadState [s], MonadIO)