DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.17.1-4 / tests / examples / TypeOperatorAsVariable.hs.prettyprinter.golden
123456
{-# LANGUAGE TypeOperators #-} module Main (main) where type T (~>) = () type Foo = ()