fourmolu-0.2.0.0: data/examples/declaration/class/associated-types1-four-out.hs
{-# LANGUAGE TypeFamilies #-}
class Foo a where type FooBar a
-- | Something.
class Bar a where
-- | Bar bar
type BarBar a
-- | Bar baz
type
BarBaz
a