packages feed

fourmolu-0.2.0.0: data/examples/declaration/deriving/overlapping-four-out.hs

deriving instance
    {-# OVERLAPPABLE #-}
    Ord
        Foo
deriving instance
    {-# OVERLAPPING #-}
    Num
        Foo
deriving instance
    {-# OVERLAPS #-}
    Read
        Foo
deriving instance
    {-# INCOHERENT #-}
    Show
        Foo