fourmolu-0.0.6.0: data/examples/declaration/class/associated-types2-out.hs
{-# LANGUAGE TypeFamilies #-}
module Main where
-- | Something more.
class Baz a where
-- | Baz bar
type
BazBar
a -- Foo
b -- Bar
c
-- | Baz baz
type
-- After type
BazBaz
b
a
c