fourmolu-0.2.0.0: data/examples/declaration/class/associated-types2-four-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