packages feed

fourmolu-0.2.0.0: data/examples/declaration/class/multi-parameters2-four-out.hs

{-# LANGUAGE MultiParamTypeClasses #-}

module Main where

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