haskell-src-exts-1.17.0: tests/examples/TypeOperatorAsVariable.hs.prettyprinter.golden
{-# LANGUAGE TypeOperators #-}
module Main (main) where
type T (~>) = ()
type Foo = ()
{-# LANGUAGE TypeOperators #-}
module Main (main) where
type T (~>) = ()
type Foo = ()