packages feed

fourmolu-0.0.6.0: data/examples/declaration/class/associated-types1-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