fourmolu-0.0.6.0: data/examples/declaration/class/associated-types1.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
{-# LANGUAGE TypeFamilies #-}
class Foo a where type FooBar a
-- | Something.
class Bar a
where
-- | Bar bar
type BarBar a
-- | Bar baz
type BarBaz
a