packages feed

fourmolu-0.2.0.0: data/examples/declaration/instance/associated-types-four-out.hs

{-# LANGUAGE TypeFamilies #-}

instance Foo Int where type Bar Int = Double

instance Foo Double where
    type
        Bar
            Double =
            [Double]

    type
        Baz Double =
            [Double]