purescript-0.15.15: tests/purs/layout/ClassHead.purs
module Test where import Foo (class Foo) class Foo a b c d | a -> b, c -> d where foo :: Foo class Foo a b c d | a -> b, c -> d instance foo :: Foo
module Test where import Foo (class Foo) class Foo a b c d | a -> b, c -> d where foo :: Foo class Foo a b c d | a -> b, c -> d instance foo :: Foo