packages feed

fourmolu-0.0.6.0: data/examples/declaration/class/multi-parameters2.hs

module Main where

{-# LANGUAGE MultiParamTypeClasses #-}

-- | Something else.
class
      BarBaz
        a              -- Foo
        b              -- Bar
        c              -- Baz bar
        d              -- Baz baz
        e              -- Rest
        f where
    barbaz ::
        a -> f
    bazbar ::
        e ->
        f