DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.23.1-5 / tests / examples / StarInType.hs.prettyprinter.golden
12345678
{-# LANGUAGE TypeOperators, KindSignatures #-} data B = B data a * b = Foo type A = B * B main = print 1